Skip to content

Commit 1f47fc6

Browse files
committed
Merge branch 'QA_5_2'
2 parents 241506f + 69d9b8b commit 1f47fc6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

9899
5.2.1 (2023-02-07)
99100
- issue #17522 Fix case where the routes cache file is invalid

src/Controllers/Transformation/WrapperController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)