[pLog-svn] r5006 - in plugins/branches/lifetype-1.2: authimage hiddeninput openid recentcomments tagcloud

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Mar 6 12:20:51 EST 2007


Author: jondaley
Date: 2007-03-06 12:20:50 -0500 (Tue, 06 Mar 2007)
New Revision: 5006

Modified:
   plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php
   plugins/branches/lifetype-1.2/hiddeninput/pluginhiddeninput.class.php
   plugins/branches/lifetype-1.2/openid/pluginopenid.class.php
   plugins/branches/lifetype-1.2/recentcomments/pluginrecentcomments.class.php
   plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php
Log:
base class includes the plugin

Modified: plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php
===================================================================
--- plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php	2007-03-06 17:20:00 UTC (rev 5005)
+++ plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php	2007-03-06 17:20:50 UTC (rev 5006)
@@ -43,8 +43,6 @@
 		
 		function initAdmin()
 		{
-            lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
-
             $this->registerAdminAction( "authimage", "PluginAuthImageConfigAction" );
 			$this->registerAdminAction( "updateAuthImageConfig", "PluginAuthImageUpdateConfigAction" );
 			

Modified: plugins/branches/lifetype-1.2/hiddeninput/pluginhiddeninput.class.php
===================================================================
--- plugins/branches/lifetype-1.2/hiddeninput/pluginhiddeninput.class.php	2007-03-06 17:20:00 UTC (rev 5005)
+++ plugins/branches/lifetype-1.2/hiddeninput/pluginhiddeninput.class.php	2007-03-06 17:20:50 UTC (rev 5006)
@@ -38,8 +38,6 @@
 
 		function initAdmin()
 		{
-            lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
-
             $this->registerAdminAction( "hiddeninput", "PluginHiddenInputConfigAction" );
 			$this->registerAdminAction( "updateHiddenInputConfig", "PluginHiddenInputUpdateConfigAction" );
 			

Modified: plugins/branches/lifetype-1.2/openid/pluginopenid.class.php
===================================================================
--- plugins/branches/lifetype-1.2/openid/pluginopenid.class.php	2007-03-06 17:20:00 UTC (rev 5005)
+++ plugins/branches/lifetype-1.2/openid/pluginopenid.class.php	2007-03-06 17:20:50 UTC (rev 5006)
@@ -41,7 +41,6 @@
 
 		function initAdmin()
 		{
-            lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
 			$this->registerAdminAction( "openidConfig", "PluginOpenidConfigAction" );
 			$this->registerAdminAction( "updateOpenidConfig", "PluginOpenidUpdateConfigAction" );
 			

Modified: plugins/branches/lifetype-1.2/recentcomments/pluginrecentcomments.class.php
===================================================================
--- plugins/branches/lifetype-1.2/recentcomments/pluginrecentcomments.class.php	2007-03-06 17:20:00 UTC (rev 5005)
+++ plugins/branches/lifetype-1.2/recentcomments/pluginrecentcomments.class.php	2007-03-06 17:20:50 UTC (rev 5006)
@@ -30,8 +30,6 @@
             $this->registerAdminAction( "recentcomments", "PluginRecentCommentsConfigAction" );
 			$this->registerAdminAction( "updateRecentCommentsConfig",
                                         "PluginRecentCommentsUpdateConfigAction" );
-			lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
-            
 			$menu =& Menu::getMenu();
 			if( !$menu->entryExists( "/menu/controlCenter/manageRecentPlugins" ))
 				$this->addMenuEntry( "/menu/controlCenter", "manageRecentPlugins",

Modified: plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php
===================================================================
--- plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php	2007-03-06 17:20:00 UTC (rev 5005)
+++ plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php	2007-03-06 17:20:50 UTC (rev 5006)
@@ -53,7 +53,6 @@
         
             $this->registerAdminAction( "tagcloud", "PluginTagCloudConfigAction" );
             $this->registerAdminAction( "updateTagCloudConfig", "PluginTagCloudUpdateConfigAction" );
-            lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
             $menu =& Menu::getMenu();
             if( !$menu->entryExists( "/menu/controlCenter/manageAppearancePlugins" ))                       
                 $this->addMenuEntry( "/menu/controlCenter", "manageAppearancePlugins", "", "", true, false );           



More information about the pLog-svn mailing list