Skip to content

Commit

Permalink
Always ensure that a route is returned, even when there are no GET pa…
Browse files Browse the repository at this point in the history
…rameters
  • Loading branch information
brendo committed Sep 28, 2014
1 parent 9921ae6 commit d859943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension.driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ public function filterGetParams($route) {
$_GET[$bits[0]] = $bits[1];
}
}

return $return;
}

return $return;
}

/**
Expand Down

0 comments on commit d859943

Please sign in to comment.