From 29718cb7c64c687407ef294dc4ddc73850cca515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Fri, 16 Jan 2009 14:36:49 +0100 Subject: [PATCH] [svn r17772] restores removing features Wiki destroyed by 17769 --- main/wiki/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/';