Skip to content

Commit 060fa8e

Browse files
author
jessevz
committed
Fixed bug
1 parent 91b664f commit 060fa8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inc/apiv2/helper/getTaskProgressImage.routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function handleGet(Request $request, Response $response): Response {
201201
}
202202

203203
//send image data to output
204-
ob_start($image);
204+
ob_start();
205205
imagepng($image);
206206
$imageData = ob_get_clean();
207207
imagedestroy($image);

0 commit comments

Comments
 (0)