From 83e631432eb2ca30003a8ac9af0b46f8e2ab5fa7 Mon Sep 17 00:00:00 2001 From: vargenau Date: Mon, 28 Jul 2014 13:51:56 +0000 Subject: [PATCH] Always add DebugInfo and SpellCheck git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@9017 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/IniConfig.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/IniConfig.php b/lib/IniConfig.php index dd83c6393..f1e59cc68 100644 --- a/lib/IniConfig.php +++ b/lib/IniConfig.php @@ -612,11 +612,9 @@ function fixup_static_configs($file) // The FUSIONFORGE theme omits them if (!(defined('FUSIONFORGE') and FUSIONFORGE)) { - // Add some some action pages depending on configuration - if (DEBUG) { - $ActionPages[] = 'DebugInfo'; - $ActionPages[] = 'SpellCheck'; // SpellCheck does not work - } + // Add some some action pages + $ActionPages[] = 'DebugInfo'; + $ActionPages[] = 'SpellCheck'; // SpellCheck does not work $ActionPages[] = 'BlogArchives'; $ActionPages[] = 'BlogJournal'; $ActionPages[] = 'EditMetaData'; -- 2.45.0