Skip to content

Commit

Permalink
Don't send response from view.
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Dec 22, 2014
1 parent 84220c6 commit 14073dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cake/View/MediaView.php
Expand Up @@ -93,7 +93,6 @@ public function render($view = null, $layout = null) {
if ($compress) {
$this->response->compress();
}
$this->response->send();
}

}

0 comments on commit 14073dc

Please sign in to comment.