VerifyAccess.php
authoredward <edward@roojs.com>
Thu, 15 Feb 2018 03:25:17 +0000 (11:25 +0800)
committeredward <edward@roojs.com>
Thu, 15 Feb 2018 03:25:17 +0000 (11:25 +0800)
VerifyAccess.php

index 0780aef..ed28a11 100644 (file)
@@ -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;