VerifyAccess.php
authorAlan Knowles <alan@roojs.com>
Fri, 16 Mar 2018 03:16:01 +0000 (11:16 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 Mar 2018 03:16:01 +0000 (11:16 +0800)
VerifyAccess.php

index 36ca294..b93f7c7 100644 (file)
@@ -14,7 +14,7 @@ class Pman_Core_VerifyAccess extends Pman
         return true;
     }
     
-    function get($id)
+    function get($id='', $opts = array())
     {
         @list($id, $key) = explode('/', $id);