Index: branches/5.2.x/core/units/images/images.php =================================================================== diff -u -N -r14628 -r16672 --- branches/5.2.x/core/units/images/images.php (.../images.php) (revision 14628) +++ branches/5.2.x/core/units/images/images.php (.../images.php) (revision 16672) @@ -1,6 +1,6 @@ Load($id); $local_path = FULL_PATH . $this->GetDBField('LocalPath'); @@ -36,7 +36,7 @@ if ( file_exists($thumb_path) ) { unlink($thumb_path); } - + return parent::Delete($id); } -} \ No newline at end of file +}