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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Jan 19 18:21:43 GMT 2005


Author: oscar
Date: 2005-01-19 18:21:42 +0000 (Wed, 19 Jan 2005)
New Revision: 762

Modified:
   plog/trunk/class/action/admin/adminaction.class.php
Log:
small fix, PluginBase::register() wasn't being when plugins were being used in the admin interface

Modified: plog/trunk/class/action/admin/adminaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminaction.class.php	2005-01-19 18:18:36 UTC (rev 761)
+++ plog/trunk/class/action/admin/adminaction.class.php	2005-01-19 18:21:42 UTC (rev 762)
@@ -65,6 +65,7 @@
 			$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();




More information about the pLog-svn mailing list