[pLog-svn] r5384 - plugins/branches/lifetype-1.2/tagcloud

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu May 10 21:27:43 EDT 2007


Author: jondaley
Date: 2007-05-10 21:27:43 -0400 (Thu, 10 May 2007)
New Revision: 5384

Modified:
   plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php
Log:
we don't need to manually call register() right?

Modified: plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php
===================================================================
--- plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php	2007-05-09 21:14:22 UTC (rev 5383)
+++ plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php	2007-05-11 01:27:43 UTC (rev 5384)
@@ -109,9 +109,6 @@
                 return true;
             }
         
-            // Load all of the settings for this blog
-            $this->register();
-
             // do nothing if the plugin is not enabled!
             $blogSettings = $this->blogInfo->getSettings();
             if( !$blogSettings->getValue( "plugin_tagcloud_enabled" ))



More information about the pLog-svn mailing list