Skip to content

Commit

Permalink
$code referenced but not defined in compileRoute()
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcd committed Jun 11, 2011
1 parent 10bb4ff commit 2c0efa7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -101,6 +101,7 @@ private function compileRoutes(RouteCollection $routes, $supportsRedirections, $

private function compileRoute(Route $route, $name, $supportsRedirections, $parentPrefix = null)
{
$code = array();
$compiledRoute = $route->compile();
$conditions = array();
$hasTrailingSlash = false;
Expand Down

0 comments on commit 2c0efa7

Please sign in to comment.