mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +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");
|
||||
|
||||
//Get the ckeditor base url
|
||||
$basePath = 'phpgwapi/js/ckeditor3/';
|
||||
$basePath = $GLOBALS['egw_info']['server']['webserver_url'].'/phpgwapi/js/ckeditor3/';
|
||||
|
||||
$oCKeditor = new CKeditor($basePath);
|
||||
$oCKeditor->returnOutput = true;
|
||||
|
Loading…
Reference in New Issue
Block a user