From aec6031d37913b8a2c6e0d7159dfcfa29460f01d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 23 Nov 2010 13:18:01 +0800 Subject: [PATCH] Pman.php --- Pman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']), -- 2.39.2