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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Jan 23 20:49:59 GMT 2005


Author: oscar
Date: 2005-01-23 20:49:59 +0000 (Sun, 23 Jan 2005)
New Revision: 807

Modified:
   plog/trunk/class/action/admin/adminaction.class.php
Log:
solved mantis issue 168 (http://bugs.plogworld.net/view.php?id=168)

Modified: plog/trunk/class/action/admin/adminaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminaction.class.php	2005-01-23 20:36:24 UTC (rev 806)
+++ plog/trunk/class/action/admin/adminaction.class.php	2005-01-23 20:49:59 UTC (rev 807)
@@ -61,12 +61,6 @@
                 }
             }
 			
-			// prepare the plugin manager
-			$this->_pm =& PluginManager::getPluginManager();
-			$this->_pm->setBlogInfo( $this->_blogInfo );
-			$this->_pm->setUserInfo( $this->_userInfo );
-			$this->_pm->getPlugins();
-
 			// fetch the site locale
             $this->_locale =& $this->getLocale();
         }
@@ -121,6 +115,12 @@
         {	
 			parent::setCommonData( $copyFormValues );
 			
+			// prepare the plugin manager
+			$this->_pm =& PluginManager::getPluginManager();
+			$this->_pm->setBlogInfo( $this->_blogInfo );
+			$this->_pm->setUserInfo( $this->_userInfo );
+			$this->_pm->getPlugins();			
+			
         	$this->_view->setValue( "user", $this->_userInfo );
 			$this->_view->setUserInfo( $this->_userInfo );
             $this->_view->setValue( "blog", $this->_blogInfo );




More information about the pLog-svn mailing list