Skip to content

Commit

Permalink
Merge branch 'hotfix' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
trq committed Mar 30, 2012
2 parents 8c75a7d + 2ea0ffc commit 1fb922b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Proem/Api/Bootstrap/Filter/Event/Response.php
Expand Up @@ -135,7 +135,7 @@ public function preOut(Manager $assets)
*/ */
public function outBound(Manager $assets) public function outBound(Manager $assets)
{ {
if ($assets->provides('Proem\IO\Response\Template\Template')) { if ($assets->provides('Proem\IO\Response\Template')) {
$assets->get('response')->send(); $assets->get('response')->send();
} }
} }
Expand Down

0 comments on commit 1fb922b

Please sign in to comment.