Kaynağa Gözat

[svn r19673] fix faulty removal of fck definitions

Patrick Cool 16 yıl önce
ebeveyn
işleme
911c3b5124
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  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