From: Alan Knowles Date: Thu, 16 Dec 2010 03:16:06 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=9b257d33849cbbb4b1874b0a2e6562780a8c516f Pman/Login.php --- diff --git a/Pman/Login.php b/Pman/Login.php index 1839cdd..37dd7df 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -138,7 +138,7 @@ class Pman_Login extends Pman } $u->login(); // we might need this later.. - $this->addEvent("SWITCH USER", false, session_id()); + $this->addEvent("SWITCH USER", false, $old->name . ' TO ' . $u->name); }