Development

Changeset 1227

You must first sign up to be able to contribute.

Changeset 1227

Show
Ignore:
Timestamp:
04/19/06 13:00:24 (3 years ago)
Author:
fabien
Message:

fixed fck rich text bug on windows

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/helper/FormHelper.php

    r1201 r1227  
    324324 
    325325    $fckeditor           = new FCKeditor($name); 
    326     $fckeditor->BasePath = DIRECTORY_SEPARATOR.sfConfig::get('sf_rich_text_fck_js_dir').DIRECTORY_SEPARATOR
     326    $fckeditor->BasePath = '/'.sfConfig::get('sf_rich_text_fck_js_dir').'/'
    327327    $fckeditor->Value    = $content; 
    328328