Changeset 1227
- Timestamp:
- 04/19/06 13:00:24 (3 years ago)
- Files:
-
- trunk/lib/helper/FormHelper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/helper/FormHelper.php
r1201 r1227 324 324 325 325 $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').'/'; 327 327 $fckeditor->Value = $content; 328 328