[pLog-svn] r6782 - plugins/branches/lifetype-1.2/unported/subscribe/class/security

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sun Feb 1 08:31:45 EST 2009


Author: jondaley
Date: 2009-02-01 08:31:45 -0500 (Sun, 01 Feb 2009)
New Revision: 6782

Modified:
   plugins/branches/lifetype-1.2/unported/subscribe/class/security/subscribefilter.class.php
Log:
hrm - I guess no one uses this without authimage...

Modified: plugins/branches/lifetype-1.2/unported/subscribe/class/security/subscribefilter.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/subscribe/class/security/subscribefilter.class.php	2008-12-22 20:09:42 UTC (rev 6781)
+++ plugins/branches/lifetype-1.2/unported/subscribe/class/security/subscribefilter.class.php	2009-02-01 13:31:45 UTC (rev 6782)
@@ -24,7 +24,7 @@
 
         	// check if this section has been enabled or disabled
             $blogSettings = $blogInfo->getSettings();
-		    $pluginEnabled = $blogSettings->getValue( "plugin_authimage_enabled" );
+		    $pluginEnabled = $blogSettings->getValue( "plugin_subscribe_enabled" );
             if(!$pluginEnabled)
             	return new PipelineResult();
 



More information about the pLog-svn mailing list