From: <var...@us...> - 2012-11-30 16:28:40
|
Revision: 8583 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8583&view=rev Author: vargenau Date: 2012-11-30 16:28:33 +0000 (Fri, 30 Nov 2012) Log Message: ----------- Allow AddCommentPlugin in Fusionforge Modified Paths: -------------- trunk/lib/IniConfig.php Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2012-11-30 16:18:50 UTC (rev 8582) +++ trunk/lib/IniConfig.php 2012-11-30 16:28:33 UTC (rev 8583) @@ -656,6 +656,7 @@ global $AllAllowedPlugins; $AllAllowedPlugins = $ActionPages; // Add plugins that have no corresponding action page + $AllAllowedPlugins[] = 'AddComment'; $AllAllowedPlugins[] = 'AsciiMath'; $AllAllowedPlugins[] = 'AsciiSVG'; $AllAllowedPlugins[] = 'AtomFeed'; @@ -726,7 +727,6 @@ // The FUSIONFORGE theme omits them if (!FUSIONFORGE) { - $AllAllowedPlugins[] = 'AddComment'; $AllAllowedPlugins[] = 'AnalyseAccessLogSql'; $AllAllowedPlugins[] = '_AuthInfo'; $AllAllowedPlugins[] = '_BackendInfo'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |