Skip to content

Commit

Permalink
Merge branch 'QA_5_2'
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Apr 28, 2024
2 parents 241506f + 69d9b8b commit 1f47fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -94,6 +94,7 @@ phpMyAdmin - ChangeLog
- issue #19125 Fixed CodeMirror tooltip is below modals
- issue #18674 Fix formatted sql in browse table result has a linebreak after each token
- issue #18210 Fixed add replica replication user on MariaDB doesn't work (SQL syntax)
- issue #19041 Fix footer.twig gets printed to Binary File Download

5.2.1 (2023-02-07)
- issue #17522 Fix case where the routes cache file is invalid
Expand Down
2 changes: 2 additions & 0 deletions src/Controllers/Transformation/WrapperController.php
Expand Up @@ -107,6 +107,8 @@ public function __invoke(ServerRequest $request): Response|null
}
}

// Disabling standard response, we are sending binary here
$this->response->disable();
$this->response->getHeader()->sendHttpHeaders();

/** @psalm-suppress MixedAssignment */
Expand Down

0 comments on commit 1f47fc6

Please sign in to comment.