From: Alan Knowles Date: Tue, 23 Nov 2010 05:18:01 +0000 (+0800) Subject: Pman.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=aec6031d37913b8a2c6e0d7159dfcfa29460f01d Pman.php --- diff --git a/Pman.php b/Pman.php index 08bdc6c..eb3a667 100644 --- a/Pman.php +++ b/Pman.php @@ -407,7 +407,7 @@ class Pman extends HTML_FlexyFramework_Page echo $json->encodeUnsafe(array( 'success'=> false, 'errorMsg' => $str, - 'message' => $str, // compate with exeption / loadexception. + 'message' => $str, // compate with exeption / loadexception. 'errors' => $errors ? $errors : true, // used by forms to flag errors. 'authFailure' => !empty($errors['authFailure']),