[pLog-svn] r3945 - plugins/trunk/recentcomments

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Sep 6 12:33:03 GMT 2006


Author: jondaley
Date: 2006-09-06 12:33:02 +0000 (Wed, 06 Sep 2006)
New Revision: 3945

Modified:
   plugins/trunk/recentcomments/pluginrecentcomments.class.php
Log:
added missing include

Modified: plugins/trunk/recentcomments/pluginrecentcomments.class.php
===================================================================
--- plugins/trunk/recentcomments/pluginrecentcomments.class.php	2006-09-05 17:01:01 UTC (rev 3944)
+++ plugins/trunk/recentcomments/pluginrecentcomments.class.php	2006-09-06 12:33:02 UTC (rev 3945)
@@ -26,7 +26,8 @@
 		{
             $this->registerAdminAction( "recentcomments", "PluginRecentCommentsConfigAction" );
 			$this->registerAdminAction( "updateRecentCommentsConfig", "PluginRecentCommentsUpdateConfigAction" );
-			
+			include_once( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
+            
 			$menu =& Menu::getMenu();
 			if( !$menu->entryExists( "/menu/controlCenter/manageRecentPlugins" ))						
 				$this->addMenuEntry( "/menu/controlCenter", "manageRecentPlugins", "", "", true, false );			



More information about the pLog-svn mailing list