From 707dca17a8986f360acb6645f7a76b7ae01fd1fa Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 17 Dec 2017 16:11:09 -0800 Subject: [PATCH] Remove wysiwyg from theme install settings. --- e107_handlers/xml_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.