EventView.php
[Pman.Admin] / EventView.php
index 9de7035..0c1b9e1 100644 (file)
@@ -18,7 +18,7 @@ class Pman_Admin_EventView extends Pman
         
     }
     
-    function get($id, $opts = Array))
+    function get($id, $opts = Array())
     {   
         $ev = DB_DataObject::Factory('Events');
         if (!$ev->get((int)$id)) {