From 9442350bcbbfb174c82f0050561907c84e09e2b9 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 14 Feb 2018 17:50:38 +0800 Subject: [PATCH] VerifyAccess.php --- VerifyAccess.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VerifyAccess.php b/VerifyAccess.php index c57931e5..46c2a9fc 100644 --- a/VerifyAccess.php +++ b/VerifyAccess.php @@ -14,6 +14,8 @@ class Pman_Core_VerifyAccess extends Pman function get($id) { + @list($vid, $key) = explode('/', $id); + } -- 2.39.2