From c0fd9a293748169cffda7df752dd0502be7ae8f7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 Aug 2017 09:52:01 +0800 Subject: [PATCH] EventView.php --- EventView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.39.2