Beatnik: Fix trailing close-paren
authorBen Klang <ben@alkaloid.net>
Sat, 18 Sep 2010 22:24:33 +0000 (18:24 -0400)
committerBen Klang <ben@alkaloid.net>
Sat, 18 Sep 2010 22:24:53 +0000 (18:24 -0400)
beatnik/lib/Driver.php

index 684a293..8a72c13 100644 (file)
@@ -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])) {