EventView.php
authorAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 01:51:13 +0000 (09:51 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 01:51:13 +0000 (09:51 +0800)
EventView.php

index 3b6ef90..9de7035 100644 (file)
@@ -18,7 +18,7 @@ class Pman_Admin_EventView extends Pman
         
     }
     
-    function get($id)
+    function get($id, $opts = Array))
     {   
         $ev = DB_DataObject::Factory('Events');
         if (!$ev->get((int)$id)) {