From: <var...@us...> - 2012-10-10 10:14:08
|
Revision: 8403 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8403&view=rev Author: vargenau Date: 2012-10-10 10:13:58 +0000 (Wed, 10 Oct 2012) Log Message: ----------- Add comment: We should test whether the wiki plugin is disabled globally in the Forge or by the current project. Modified Paths: -------------- trunk/g Modified: trunk/g =================================================================== --- trunk/g 2012-10-09 15:40:38 UTC (rev 8402) +++ trunk/g 2012-10-10 10:13:58 UTC (rev 8403) @@ -66,6 +66,9 @@ if (! isset($group_id) || ! isset($project)) { exit_no_group(); } else if (!($project->usesPlugin("wiki"))) { + // We should test whether the wiki plugin is disabled globally + // in the Forge or by the current project. + // exit_disabled('home'); exit_project_disabled('home'); } else { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |