0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 10:45:18 +00:00

Turn off WYSIWYG.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1286 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2007-06-29 17:03:55 +00:00
parent ea1362ce5c
commit fab6a212c8

View File

@ -155,8 +155,6 @@ function phorum_htmlpurifier_common() {
// increment revision.txt if you want to invalidate the cache // increment revision.txt if you want to invalidate the cache
$GLOBALS['PHORUM']['mod_htmlpurifier']['body_cache_serial'] = $config->getSerial(); $GLOBALS['PHORUM']['mod_htmlpurifier']['body_cache_serial'] = $config->getSerial();
$GLOBALS['PHORUM']['mod_htmlpurifier']['wysiwyg'] = true;
// load migration // load migration
if (file_exists(dirname(__FILE__) . '/migrate.php')) { if (file_exists(dirname(__FILE__) . '/migrate.php')) {
include(dirname(__FILE__) . '/migrate.php'); include(dirname(__FILE__) . '/migrate.php');