Skip to content

Commit 0f1c405

Browse files
author
rasxod
committed
Update getImage.inc.php
1 parent 4ae7f53 commit 0f1c405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getImage.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function myImage($resImg, $outImg, $w, $h) {
5959
imagecopyresampled($image_o, $image, 0, 0, $outSize['x'], $outSize['y'], $outSize['w'], $outSize['h'], $w_i, $h_i);
6060
imagejpeg($image_o,$outImg,100);
6161

62-
return $err = $outImg.' =0=';
62+
return $err = '0';
6363
}
6464

6565

0 commit comments

Comments
 (0)