This commit is contained in:
Taylor Otwell
2012-02-18 13:37:02 -06:00
parent fe0b4b287d
commit 2f66c97806
2 changed files with 5 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ abstract class Controller {
// Again, as was the case with route closures, if the controller "before"
// filters return a response, it will be considered the response to the
// request and the controller method will not be used .
// request and the controller method will not be used.
$response = Filter::run($filters, array(), true);
if (is_null($response))