From 751faa363fb8b29151d6249b5a2698be9ecd5ee6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Mar 2018 11:16:01 +0800 Subject: [PATCH] VerifyAccess.php --- VerifyAccess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2