From 9ac349bd940845e17b079e35c201183074325774 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 3 May 2005 07:40:35 +0000 Subject: [PATCH] only show WYSIWYG config option when installing. Later on it will be configured in Personal Configuration only. --- include/tpl/config_local.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tpl/config_local.inc.php b/include/tpl/config_local.inc.php index 2e90fa6..fa52e73 100644 --- a/include/tpl/config_local.inc.php +++ b/include/tpl/config_local.inc.php @@ -208,7 +208,7 @@ 'type' => 'bool', 'default' => false, 'userlevel' => USERLEVEL_CHIEF, - 'flags' => array('simpleInstall')), + 'flags' => array('simpleInstall', 'installOnly')), array('var' => 'XHTML11', 'title' => INSTALL_XHTML11, -- 2.39.5