[pLog-svn] r4325 - plog/branches/lifetype-1.1.3/class/summary/action

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Nov 21 21:56:48 GMT 2006


Author: oscar
Date: 2006-11-21 21:56:48 +0000 (Tue, 21 Nov 2006)
New Revision: 4325

Modified:
   plog/branches/lifetype-1.1.3/class/summary/action/dofinishregister.class.php
Log:
fixed an issue with the template not being properly selected


Modified: plog/branches/lifetype-1.1.3/class/summary/action/dofinishregister.class.php
===================================================================
--- plog/branches/lifetype-1.1.3/class/summary/action/dofinishregister.class.php	2006-11-21 21:49:08 UTC (rev 4324)
+++ plog/branches/lifetype-1.1.3/class/summary/action/dofinishregister.class.php	2006-11-21 21:56:48 UTC (rev 4325)
@@ -124,7 +124,7 @@
             $this->blogDomain = stripslashes(SessionManager::getSessionValue("blogDomain"));
             $this->blogCategoryId = SessionManager::getSessionValue("blogCategoryId");
             $this->blogLocale = SessionManager::getSessionValue("blogLocale");
-            $this->templateId = SessionManager::getSessionValue("templateId");
+            $this->templateId = $this->_request->getValue("templateId");
         
             // get the default locale configured for the site
             $blogs = new Blogs();



More information about the pLog-svn mailing list