Browse Source

[svn r19673] fix faulty removal of fck definitions

Patrick Cool 16 years ago
parent
commit
911c3b5124
1 changed files with 4 additions and 1 deletions
  1. 4 1
      main/wiki/index.php

+ 4 - 1
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