Skip to content

Commit

Permalink
regression fix 404 errors not being dispatched unless new optional pa…
Browse files Browse the repository at this point in the history
…ge redirection support is turned on
  • Loading branch information
dleffler committed Dec 7, 2016
1 parent f803d71 commit 95d6763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/core/subsystems/expRouter.php
Expand Up @@ -496,6 +496,7 @@ public function routePageRequest() {
return false;
}
}
return false;
}
#########################################################
//if (empty($section)) return false; //couldnt find the page..let the calling action deal with it.
Expand Down

0 comments on commit 95d6763

Please sign in to comment.