[pLog-svn] r3391 - plugins/trunk/apod

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu May 11 21:45:53 GMT 2006


Author: oscar
Date: 2006-05-11 21:45:53 +0000 (Thu, 11 May 2006)
New Revision: 3391

Modified:
   plugins/trunk/apod/pluginapod.class.php
Log:
plugin ported to 1.1


Modified: plugins/trunk/apod/pluginapod.class.php
===================================================================
--- plugins/trunk/apod/pluginapod.class.php	2006-05-11 21:45:36 UTC (rev 3390)
+++ plugins/trunk/apod/pluginapod.class.php	2006-05-11 21:45:53 UTC (rev 3391)
@@ -32,10 +32,7 @@
 		function init()
 		{
 			$this->registerAdminAction( "apod", "PluginapodConfigAction" );
-			$this->registerAdminAction( "updateapod", "PluginapodUpdateConfigAction" );
-			
-			$menu =& Menu::getMenu();
-			
+			$this->registerAdminAction( "updateapod", "PluginapodUpdateConfigAction" );			
             $this->addMenuEntry( "/menu/controlCenter/manageSettings", "apod", "?op=apod");
 		}
 



More information about the pLog-svn mailing list