Fix : error skin name by default

This commit is contained in:
aspangaro 2015-09-15 06:14:33 +02:00
parent 0055606256
commit 5b57231c52

View File

@ -171,7 +171,7 @@ class DolEditor
if (! empty($conf->global->FCKEDITOR_SKIN)) {
$skin = $conf->global->FCKEDITOR_SKIN;
} else {
$skin = 'monoo'; // default with ckeditor 4 : moono
$skin = 'moono'; // default with ckeditor 4 : moono
}
$htmlencode_force=preg_match('/_encoded$/',$this->toolbarname)?'true':'false';