From 74c0afde34cd4bbf4e7f4952298bc23f7b6ab3aa Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 15 Feb 2018 11:29:22 +0800 Subject: [PATCH] VerifyAccess.php --- VerifyAccess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VerifyAccess.php b/VerifyAccess.php index b22d919b..55444326 100644 --- a/VerifyAccess.php +++ b/VerifyAccess.php @@ -68,7 +68,7 @@ class Pman_Core_VerifyAccess extends Pman $this->jerr('Invalid URL'); } - $this->jdata($coba_application_signup->toArray()); + $this->jdata($core_ip_access->toArray()); } -- 2.39.2