Index: branches/RC/core/editor/fckeditor_php4.php =================================================================== diff -u -N -r10974 -r11009 --- branches/RC/core/editor/fckeditor_php4.php (.../fckeditor_php4.php) (revision 10974) +++ branches/RC/core/editor/fckeditor_php4.php (.../fckeditor_php4.php) (revision 11009) @@ -120,7 +120,7 @@ * @var array */ var $Config ; - + var $LateLoad; /** @@ -174,7 +174,7 @@ else $File = 'fckeditor.html' ; - $Link = "{$this->FullUrl}core/fckeditor/editor/{$File}?InstanceName={$this->InstanceName}" ; + $Link = rtrim($this->FullUrl, '/') . EDITOR_PATH . "editor/{$File}?InstanceName={$this->InstanceName}"; if ( $this->ToolbarSet != '' ) $Link .= "&Toolbar={$this->ToolbarSet}" ; @@ -205,8 +205,8 @@ $HeightCSS = $this->Height ; $Html .= "" ; - - + + } return $Html ;