add array_data to postList Extra - so it can add any extra info based on returned...
[Pman.Base] / Pman / Login.php
index 01908bf..df0aafd 100644 (file)
@@ -335,7 +335,7 @@ class Pman_Login extends Pman
             exit;
         }
         
-        if (!$u->active()) {
+        if (!$u->active()) { 
             $this->jerror('LOGIN-BAD','Account disabled');
         }