mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
Fixed bug with CKEditor 3.2.1 not being loaded in some applications
This commit is contained in:
parent
634e44873b
commit
0802dd072b
@ -588,7 +588,7 @@ class html
|
|||||||
include_once(EGW_INCLUDE_ROOT."/phpgwapi/js/ckeditor3/ckeditor.php");
|
include_once(EGW_INCLUDE_ROOT."/phpgwapi/js/ckeditor3/ckeditor.php");
|
||||||
|
|
||||||
//Get the ckeditor base url
|
//Get the ckeditor base url
|
||||||
$basePath = 'phpgwapi/js/ckeditor3/';
|
$basePath = $GLOBALS['egw_info']['server']['webserver_url'].'/phpgwapi/js/ckeditor3/';
|
||||||
|
|
||||||
$oCKeditor = new CKeditor($basePath);
|
$oCKeditor = new CKeditor($basePath);
|
||||||
$oCKeditor->returnOutput = true;
|
$oCKeditor->returnOutput = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user