]> git.mjollnir.org Git - s9y.git/commitdiff
only show WYSIWYG config option when installing. Later on it will
authorgarvinhicking <garvinhicking>
Tue, 3 May 2005 07:40:35 +0000 (07:40 +0000)
committergarvinhicking <garvinhicking>
Tue, 3 May 2005 07:40:35 +0000 (07:40 +0000)
be configured in Personal Configuration only.

include/tpl/config_local.inc.php

index 2e90fa6e594cd157ae3ff9099f2fa4ed2dec209f..fa52e73877f78a9ed4a0c7781fc9b42b7be2bc29 100644 (file)
                                           'type'        => 'bool',
                                           'default'     => false,
                                           'userlevel'   => USERLEVEL_CHIEF,
-                                          'flags'       => array('simpleInstall')),
+                                          'flags'       => array('simpleInstall', 'installOnly')),
 
                                     array('var'         => 'XHTML11',
                                           'title'       => INSTALL_XHTML11,