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

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Mon Sep 19 04:18:30 GMT 2005


Author: jondaley
Date: 2005-09-19 04:18:30 +0000 (Mon, 19 Sep 2005)
New Revision: 2488

Modified:
   plog/trunk/class/action/admin/adminmainaction.class.php
Log:
Merge follow up.  I think this way is correct, though I don't really know what is going on here.

Modified: plog/trunk/class/action/admin/adminmainaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminmainaction.class.php	2005-09-19 04:17:27 UTC (rev 2487)
+++ plog/trunk/class/action/admin/adminmainaction.class.php	2005-09-19 04:18:30 UTC (rev 2488)
@@ -93,9 +93,8 @@
             // use
             $this->_session->setValue( "blogInfo", $this->_blogInfo );
             $session = HttpVars::getSession();
-                // TODO: we might need this.  merging problem from 1.0.2 to 1.1.
-                // $session["SessionInfo"]->setValue( "blogId", $this->_blogInfo->getId() );
             $session["SessionInfo"] = $this->_session;
+            $session["SessionInfo"]->setValue( "blogId", $this->_blogInfo->getId() );
             HttpVars::setSession( $session );
 
             return true;




More information about the pLog-svn mailing list