Skip to content

Commit

Permalink
Remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jan 13, 2013
1 parent 8c3673e commit f337855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Mvc/View/Http/ExceptionStrategy.php
Expand Up @@ -161,7 +161,7 @@ public function prepareExceptionViewModel(MvcEvent $e)
$response->setStatusCode(500);
$e->setResponse($response);
}
$response->setStatusCode($response->getStatusCode());

break;
}
}
Expand Down

0 comments on commit f337855

Please sign in to comment.