Fix : error skin name by default
This commit is contained in:
parent
0055606256
commit
5b57231c52
@ -171,7 +171,7 @@ class DolEditor
|
|||||||
if (! empty($conf->global->FCKEDITOR_SKIN)) {
|
if (! empty($conf->global->FCKEDITOR_SKIN)) {
|
||||||
$skin = $conf->global->FCKEDITOR_SKIN;
|
$skin = $conf->global->FCKEDITOR_SKIN;
|
||||||
} else {
|
} else {
|
||||||
$skin = 'monoo'; // default with ckeditor 4 : moono
|
$skin = 'moono'; // default with ckeditor 4 : moono
|
||||||
}
|
}
|
||||||
|
|
||||||
$htmlencode_force=preg_match('/_encoded$/',$this->toolbarname)?'true':'false';
|
$htmlencode_force=preg_match('/_encoded$/',$this->toolbarname)?'true':'false';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user