Skip to content

Commit

Permalink
send() does not have a useful error code.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 28, 2014
1 parent 0d518a1 commit 82ddbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Error/ErrorHandler.php
Expand Up @@ -174,7 +174,7 @@ protected function _sendResponse($response) {
echo $response;
return;
}
echo $response->send();
$response->send();
}

}

0 comments on commit 82ddbcf

Please sign in to comment.