From: garvinhicking Date: Tue, 3 May 2005 07:40:35 +0000 (+0000) Subject: only show WYSIWYG config option when installing. Later on it will X-Git-Tag: 0.9~482 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9ac349bd940845e17b079e35c201183074325774;p=s9y.git only show WYSIWYG config option when installing. Later on it will be configured in Personal Configuration only. --- 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,