Skip to content

Commit

Permalink
Stop propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Apr 5, 2014
1 parent 6a454cb commit 0def194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ZfrRest/Mvc/HttpExceptionListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public function onDispatchError(MvcEvent $event)

$event->setResponse($response);
$event->setResult($response);
$event->stopPropagation(true);
}

/**
Expand Down

0 comments on commit 0def194

Please sign in to comment.