File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/Controllers/Transformation Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ phpMyAdmin - ChangeLog
9494- issue #19125 Fixed CodeMirror tooltip is below modals
9595- issue #18674 Fix formatted sql in browse table result has a linebreak after each token
9696- issue #18210 Fixed add replica replication user on MariaDB doesn't work (SQL syntax)
97+ - issue #19041 Fix footer.twig gets printed to Binary File Download
9798
98995.2.1 (2023-02-07)
99100- issue #17522 Fix case where the routes cache file is invalid
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ public function __invoke(ServerRequest $request): Response|null
107107 }
108108 }
109109
110+ // Disabling standard response, we are sending binary here
111+ $ this ->response ->disable ();
110112 $ this ->response ->getHeader ()->sendHttpHeaders ();
111113
112114 /** @psalm-suppress MixedAssignment */
You can’t perform that action at this time.
0 commit comments