mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Remove wysiwyg from theme install settings.
This commit is contained in:
@@ -892,7 +892,7 @@ class xmlClass
|
|||||||
{
|
{
|
||||||
$xmlArray = e107::getSingleton('xmlClass')->loadXMLfile(e_CORE."xml/default_install.xml",'advanced');
|
$xmlArray = e107::getSingleton('xmlClass')->loadXMLfile(e_CORE."xml/default_install.xml",'advanced');
|
||||||
$default = e107::getSingleton('xmlClass')->e107ImportPrefs($xmlArray,'core');
|
$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.
|
if(varset($xmlprefs)) // Export Core Preferences.
|
||||||
|
Reference in New Issue
Block a user