Skip to content

Commit

Permalink
refs #8397
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillaf committed Mar 3, 2016
1 parent e546162 commit 10bee08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/Route/Route.php
Expand Up @@ -146,7 +146,7 @@ public function compiled()
*/
public function compile()
{
if (!empty($this->_compiledRoute)) {
if ($this->_compiledRoute) {
return $this->_compiledRoute;
}
$this->_writeRoute();
Expand Down

0 comments on commit 10bee08

Please sign in to comment.