Pman.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 23 Nov 2010 05:18:01 +0000 (13:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 23 Nov 2010 05:18:01 +0000 (13:18 +0800)
Pman.php

index 08bdc6c..eb3a667 100644 (file)
--- 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']),