From 911c3b512468883d04ff6c304ff6e384f4e032e5 Mon Sep 17 00:00:00 2001 From: Patrick Cool Date: Thu, 9 Apr 2009 08:52:40 +0200 Subject: [PATCH] [svn r19673] fix faulty removal of fck definitions --- main/wiki/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main/wiki/index.php b/main/wiki/index.php index 7c7df3385b..9f8da587be 100644 --- a/main/wiki/index.php +++ b/main/wiki/index.php @@ -164,11 +164,14 @@ else MAIN CODE ============================================================================== */ - +$fck_attribute['Width'] = '100%'; +$fck_attribute['Height'] = '300'; +$fck_attribute['ToolbarSet'] = 'Introduction'; // introduction section Display::display_introduction_section(TOOL_WIKI); +$fck_attribute = null; // Clearing this global variable immediatelly after it has been used. /* ----------------------------------------------------------- Wiki configuration settings