From: Alan Knowles Date: Fri, 4 Aug 2017 01:52:01 +0000 (+0800) Subject: EventView.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=c0fd9a293748169cffda7df752dd0502be7ae8f7 EventView.php --- diff --git a/EventView.php b/EventView.php index 9de7035..0c1b9e1 100644 --- a/EventView.php +++ b/EventView.php @@ -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)) {