Pman/Login.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 16 Dec 2010 03:16:12 +0000 (11:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 16 Dec 2010 03:16:12 +0000 (11:16 +0800)
Pman/Login.php

index 37dd7df..f7327c9 100644 (file)
@@ -139,7 +139,7 @@ class Pman_Login extends Pman
         $u->login();
             // we might need this later..
         $this->addEvent("SWITCH USER", false, $old->name . ' TO ' . $u->name);
-        
+        $this->jok("SWITCH");
         
     }