Community « Discussion forum « Bug tracker « Unable to switch on Wiki mode «
Comment: Unable to switch on Wiki mode
| Next >> |
This is a rendering bug in the configuration panel.
You may fix this by editing
to
This will be put in next release. Thank you for your feed-back.
You may fix this by editing
users/configure.php at line 338, and insert a '_' character, to changeif(isset($context['users_with_auto_publish']) && ($context['userswith_auto_publish'] == 'Y'))
to
if(isset($context['users_with_auto_publish']) && ($context['users_with_auto_publish'] == 'Y'))
This will be put in next release. Thank you for your feed-back.
This comment has inspired:
by Bernard on Mar. 8 2006
