forked from extern/egroupware
Fixed filemanager path not properly set for ckeditor
This commit is contained in:
parent
01826c38b2
commit
9f7fd714f5
@ -618,7 +618,7 @@ class html
|
||||
$oCKeditor->config['entities_processNumerical'] = true;
|
||||
|
||||
$oCKeditor->config['editingBlock'] = true;
|
||||
$oCKeditor->config['filebrowserBrowseUrl'] = 'index.php?menuaction=filemanager.filemanager_select.select&mode=open&method=ckeditor_return&path='.urlencode($_start_path);
|
||||
$oCKeditor->config['filebrowserBrowseUrl'] = $GLOBALS['egw_info']['server']['webserver_url'].'/index.php?menuaction=filemanager.filemanager_select.select&mode=open&method=ckeditor_return'.urlencode($_start_path);
|
||||
$oCKeditor->config['filebrowserWindowWidth'] = 640;
|
||||
$oCKeditor->config['filebrowserWindowHeight'] = 580;
|
||||
//Only heights with "px" set are supported
|
||||
|
Loading…
Reference in New Issue
Block a user