Changeset 4274

Show
Ignore:
Timestamp:
08/18/07 04:55:54 (3 years ago)
Author:
graphittie
Message:

#572 : 위지윅에디터가 뜨지 않는 문제

  • 누락된 변수 초기화를 채움.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/FM_Modern/index.php

    r3976 r4274  
    2727            var editor = new TTModernEditor(); 
    2828            editor.fixPosition = <?php echo getBlogSetting('editorPropertyPositionFix', 0);?>; 
    29             editor.hasGD = <?php echo extension_loaded('gd');?>; 
     29            editor.hasGD = <?php echo extension_loaded('gd') ? 'true' : 'false';?>; 
    3030            editor.propertyFilePath = "<?php echo $service['path'];?>/attach/<?php echo $blogid;?>/"; 
    3131            editor.editMode = "<?php echo $config['defaultmode'];?>";