Index: branches/5.2.x/core/units/theme_files/theme_file_eh.php =================================================================== diff -u -N -r15049 -r15065 --- branches/5.2.x/core/units/theme_files/theme_file_eh.php (.../theme_file_eh.php) (revision 15049) +++ branches/5.2.x/core/units/theme_files/theme_file_eh.php (.../theme_file_eh.php) (revision 15065) @@ -1,6 +1,6 @@ _getTemplatePath($object); - if (file_exists($filename) && is_writable($filename)) { + if ( file_exists($filename) && is_writable($filename) ) { $fp = fopen($filename, 'w'); fwrite($fp, $object->GetDBField('FileContents')); fclose($fp);