From 4d132ef10744ba614029e7073bec3f692e06daa3 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 15 Feb 2018 11:25:17 +0800 Subject: [PATCH] VerifyAccess.php --- VerifyAccess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VerifyAccess.php b/VerifyAccess.php index 0780aefa..ed28a11c 100644 --- a/VerifyAccess.php +++ b/VerifyAccess.php @@ -39,7 +39,7 @@ class Pman_Core_VerifyAccess extends Pman $core_person = DB_DataObject::factory('core_person'); if(!$core_person->get('email', $ff->Pman['XMPP']['to'])) { - $this->jerr('Invalid Admin Setting'); + $this->jerr('[System Error] Please setup the XMPP correctly'); } return; -- 2.39.2