if (is_null($this -> fck_editor->Config['CreateDocumentDir']))
{
$this -> fck_editor->Config['CreateDocumentDir'] = api_get_path(WEB_PATH).'main/default_course_document/'; // This works, but it should be revised again.
$this -> fck_editor->Config['CreateDocumentDir'] = api_get_path(WEB_PATH).'home/default_platform_document/'; // A side-effect is in use here.
}
if (empty($this -> fck_editor->Config['BaseHref']))