Skip to content

Commit

Permalink
Fix: typo at ob_end_flush() in FIle output
Browse files Browse the repository at this point in the history
  • Loading branch information
andregalastri committed Mar 25, 2022
1 parent 7d1929b commit dfc279e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galastri/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.3-alpha
0.5.4-alpha
2 changes: 1 addition & 1 deletion galastri/extensions/output/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private static function fileDownload(): void
flush();
ob_start();
@print(self::$fileData[0]);
ob_end_flush;
ob_end_flush();
flush();
}

Expand Down

0 comments on commit dfc279e

Please sign in to comment.