mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Don't send response from view.
This commit is contained in:
parent
84220c69d3
commit
14073dc742
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ class MediaView extends View {
|
|||
if ($compress) {
|
||||
$this->response->compress();
|
||||
}
|
||||
$this->response->send();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue