From 9f7fd714f538150c2db0a4340f25409cdb457ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20St=C3=B6ckel?= Date: Mon, 21 Jun 2010 15:02:09 +0000 Subject: [PATCH] Fixed filemanager path not properly set for ckeditor --- phpgwapi/inc/class.html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index d596533350..3e9afe9d61 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -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