diff --git a/e107_handlers/xml_class.php b/e107_handlers/xml_class.php index 56ca1ec4c..4002a1bd4 100644 --- a/e107_handlers/xml_class.php +++ b/e107_handlers/xml_class.php @@ -892,7 +892,7 @@ class xmlClass { $xmlArray = e107::getSingleton('xmlClass')->loadXMLfile(e_CORE."xml/default_install.xml",'advanced'); $default = e107::getSingleton('xmlClass')->e107ImportPrefs($xmlArray,'core'); - $excludes = array('social_login','replyto_email','replyto_name','siteadminemail','lan_global_list','menuconfig_list','plug_installed','shortcode_legacy_list','siteurl','cookie_name','install_date'); + $excludes = array('social_login','replyto_email','replyto_name','siteadminemail','lan_global_list','menuconfig_list','plug_installed','shortcode_legacy_list','siteurl','cookie_name','install_date', 'wysiwyg'); } if(varset($xmlprefs)) // Export Core Preferences.