Index: branches/5.2.x/core/units/images/images.php =================================================================== diff -u -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 +} Index: branches/5.2.x/core/units/pdf/pdf_text.php =================================================================== diff -u -r14244 -r16672 --- branches/5.2.x/core/units/pdf/pdf_text.php (.../pdf_text.php) (revision 14244) +++ branches/5.2.x/core/units/pdf/pdf_text.php (.../pdf_text.php) (revision 16672) @@ -1,6 +1,6 @@ SetLineWidth(0.1); @@ -258,4 +258,4 @@ $this->CurX = $x; } -} \ No newline at end of file +}