Fix: Compatibility with v4 of ckeditor (for debian)

This commit is contained in:
Laurent Destailleur
2014-03-08 14:06:01 +01:00
parent 555a49d66e
commit a6bb785b5f
2 changed files with 9 additions and 3 deletions

View File

@@ -169,7 +169,8 @@ class DolEditor
//$skin='office2003';
//$skin='v2';
$skin='kama';
if (constant('JS_CKEDITOR')) $skin='moono'; // To use external ckeditor 4 js lib
if ($this->toolbarname=='dolibarr_mailings') {$htmlencode_force='true';}
else {$htmlencode_force='false';}