diff --git a/main/wiki/index.php b/main/wiki/index.php index c24ad07243..b888735928 100644 --- a/main/wiki/index.php +++ b/main/wiki/index.php @@ -176,7 +176,7 @@ if(!api_is_allowed_to_edit()) $fck_attribute['Width'] = '100%'; $fck_attribute['Height'] = '400'; -$fck_attribute['ToolbarSet'] = 'Full'; + $fck_attribute['Config']['InDocument'] = false; $fck_attribute['Config']['CreateDocumentWebDir'] = api_get_path('WEB_COURSE_PATH').api_get_course_path().'/document/';