[pLog-svn] r3730 - plugins/trunk/tagcloud

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Mon Jul 17 03:03:34 GMT 2006


Author: pwestbro
Date: 2006-07-17 03:03:32 +0000 (Mon, 17 Jul 2006)
New Revision: 3730

Modified:
   plugins/trunk/tagcloud/plugintagcloud.class.php
Log:
Fixed a problem where my previous checkin made the tagcloud plugin register
for an event, but the plugin never handled it


Modified: plugins/trunk/tagcloud/plugintagcloud.class.php
===================================================================
--- plugins/trunk/tagcloud/plugintagcloud.class.php	2006-07-17 00:25:59 UTC (rev 3729)
+++ plugins/trunk/tagcloud/plugintagcloud.class.php	2006-07-17 03:03:32 UTC (rev 3730)
@@ -35,9 +35,6 @@
   
     function init()
     {
-        // register the events we want
-        $this->registerNotification( EVENT_POST_POST_ADD );
-        
         $this->registerAdminAction( "tagcloud", "PluginTagCloudConfigAction" );
         $this->registerAdminAction( "updateTagCloudConfig", "PluginTagCloudUpdateConfigAction" );
             



More information about the pLog-svn mailing list