From 982de2df50832d2165702f9971a8f3b612c35294 Mon Sep 17 00:00:00 2001 From: vargenau Date: Wed, 10 Oct 2012 10:13:58 +0000 Subject: [PATCH] Add comment: We should test whether the wiki plugin is disabled globally in the Forge or by the current project. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8403 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- g | 3 +++ 1 file changed, 3 insertions(+) diff --git a/g b/g index 98d82034a..02247c7ca 100644 --- a/g +++ b/g @@ -66,6 +66,9 @@ if (isset($group_id) && $group_id) { 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 { -- 2.45.0