$Id$
+-- 2009-01-20 version 6.x-1.x-dev
+* #350155 Fixed: double slash in path to fckstyles.xml
+
-- 2009-01-19 version 6.x-1.x-dev
* #360599 Improved ImageBrowser integration
// add custom xml stylesheet if it exists
if (!empty($conf['css_style']) && $conf['css_style'] == 'theme') {
- if (file_exists($themepath .'/fckstyles.xml')) {
- $styles_xml_path = $host . $themepath .'/fckstyles.xml';
+ if (file_exists($themepath .'fckstyles.xml')) {
+ $styles_xml_path = $host . $themepath .'fckstyles.xml';
$js .= $js_id .".Config['StylesXmlPath'] = \"". $styles_xml_path ."\";\n";
}
}