[pLog-svn] r1606 - plog/trunk/class/action/admin

ork at devel.plogworld.net ork at devel.plogworld.net
Sat Mar 26 18:39:23 GMT 2005


Author: ork
Date: 2005-03-26 18:39:23 +0000 (Sat, 26 Mar 2005)
New Revision: 1606

Modified:
   plog/trunk/class/action/admin/adminloginaction.class.php
Log:
i guess this was a typo.. but please double-check this fix
^^ OSCAR


Modified: plog/trunk/class/action/admin/adminloginaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminloginaction.class.php	2005-03-26 18:33:43 UTC (rev 1605)
+++ plog/trunk/class/action/admin/adminloginaction.class.php	2005-03-26 18:39:23 UTC (rev 1606)
@@ -107,9 +107,9 @@
 			
 			$pm->notifyEvent( EVENT_BLOGS_LOADED, Array( "blogs" => &$userBlogs, "from" => "Login" ));			
 			
-			$this->_view = new AdminDashboardView( $this->_userInfo, $userBlogs );
+			$this->_view = new AdminDashboardView( $userInfo, $userBlogs );
             // better to return true if everything's fine
             return true;
         }
     }
-?>
\ No newline at end of file
+?>




More information about the pLog-svn mailing list