From: edward Date: Thu, 15 Feb 2018 03:25:17 +0000 (+0800) Subject: VerifyAccess.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4d132ef10744ba614029e7073bec3f692e06daa3 VerifyAccess.php --- 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;