Don't send response from view.

This commit is contained in:
euromark 2014-12-22 21:02:52 +01:00
parent 84220c69d3
commit 14073dc742

View file

@ -93,7 +93,6 @@ class MediaView extends View {
if ($compress) {
$this->response->compress();
}
$this->response->send();
}
}