projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c96f324
)
Remove extraneous semicolon
author
Ben Klang
<ben@alkaloid.net>
Mon, 13 Sep 2010 16:24:15 +0000
(12:24 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Mon, 13 Sep 2010 16:24:15 +0000
(12:24 -0400)
beatnik/lib/Application.php
patch
|
blob
|
history
diff --git
a/beatnik/lib/Application.php
b/beatnik/lib/Application.php
index
8f561e0
..
f6543bf
100644
(file)
--- a/
beatnik/lib/Application.php
+++ b/
beatnik/lib/Application.php
@@
-94,7
+94,7
@@
class Beatnik_Application extends Horde_Registry_Application
// Run through every domain
foreach ($beatnik->driver->getDomains() as $domain) {
$perms['domains:' . $domain['zonename']] = array(
- 'title' => $domain['zonename']
;
+ 'title' => $domain['zonename']
);
}