[pLog-svn] r7013 - plog/branches/lifetype-1.2/class/action/admin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Jul 31 02:25:34 EDT 2010


Author: jondaley
Date: 2010-07-31 02:25:34 -0400 (Sat, 31 Jul 2010)
New Revision: 7013

Modified:
   plog/branches/lifetype-1.2/class/action/admin/adminloginaction.class.php
Log:
for some reason, EVENT_LOGIN_SUCCESS wasn't being posted on login, but only on the default event, which I'm not sure when that gets used - I never saw it happen during my tests

Modified: plog/branches/lifetype-1.2/class/action/admin/adminloginaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/adminloginaction.class.php	2010-07-31 06:24:21 UTC (rev 7012)
+++ plog/branches/lifetype-1.2/class/action/admin/adminloginaction.class.php	2010-07-31 06:25:34 UTC (rev 7013)
@@ -92,6 +92,7 @@
                 return false;
 			}
 			
+            $pm->notifyEvent( EVENT_LOGIN_SUCCESS );							
 			$pm->notifyEvent( EVENT_USER_LOADED, Array( "user" => &$userInfo, "from" => "Login" ));
 
             // get the list of blogs to which the user belongs



More information about the pLog-svn mailing list