projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4460494
)
Beatnik: Fix trailing close-paren
author
Ben Klang
<ben@alkaloid.net>
Sat, 18 Sep 2010 22:24:33 +0000
(18:24 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Sat, 18 Sep 2010 22:24:53 +0000
(18:24 -0400)
beatnik/lib/Driver.php
patch
|
blob
|
history
diff --git
a/beatnik/lib/Driver.php
b/beatnik/lib/Driver.php
index
684a293
..
8a72c13
100644
(file)
--- a/
beatnik/lib/Driver.php
+++ b/
beatnik/lib/Driver.php
@@
-165,7
+165,7
@@
class Beatnik_Driver {
$zonedata = $this->getRecords($_SESSION['beatnik']['curdomain']['zonename']);
} catch (Exception $e) {
$notification->push($e, 'horde.error');
- Horde::url('listzones.php')->redirect
)
;
+ Horde::url('listzones.php')->redirect;
}
if (isset($zonedata[$rectype])) {