Pman/Login.php
[Pman.Base] / Pman / Login.php
index 3a7dc7a..bb7e049 100644 (file)
@@ -131,7 +131,7 @@ class Pman_Login extends Pman
         $u = DB_DataObject::factory($tbl);
         if (!$u->isAuth()) {
              
-            $this->jok(array('id' => 0)); // not logged in..
+            $this->jok(array('id' => 0, 'test' => 0)); // not logged in..
             exit;
         }
         //die("got here?");