Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Sep 27, 2023
1 parent 175383c commit 01e0667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/Encoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ public static function sendFileToDownload($file, $return_vars, $format, $encoder
public static function sendImages($file, $return_vars, $encoder)
{
global $global;

$obj = new stdClass();
$obj->error = true;
$obj->file = $file;
Expand Down

0 comments on commit 01e0667

Please sign in to comment.