From: Alan Knowles Date: Fri, 16 Mar 2018 03:16:01 +0000 (+0800) Subject: VerifyAccess.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=751faa363fb8b29151d6249b5a2698be9ecd5ee6 VerifyAccess.php --- diff --git a/VerifyAccess.php b/VerifyAccess.php index 36ca2943..b93f7c7b 100644 --- a/VerifyAccess.php +++ b/VerifyAccess.php @@ -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);