Index: branches/5.1.x/core/units/stylesheets/stylesheets_item.php =================================================================== diff -u -N -r13086 -r13569 --- branches/5.1.x/core/units/stylesheets/stylesheets_item.php (.../stylesheets_item.php) (revision 13086) +++ branches/5.1.x/core/units/stylesheets/stylesheets_item.php (.../stylesheets_item.php) (revision 13569) @@ -1,6 +1,6 @@ Application->recallObject('FileHelper'); + /* @var $file_helper FileHelper */ + + $file_helper->CheckFolder($css_path); + $css_file = $css_path.mb_strtolower($this->GetDBField('Name')).'-'.$compile_ts.'.css'; $fp = fopen($css_file,'w');