Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Issue #75: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed May 2, 2016
1 parent 932ea40 commit 606ec68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/view/behavior/routable.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function getRoute($route = '', $fqr = null)

//Determine of the url needs to be fully qualified
if($this->getMixer()->getFormat() == 'html') {
$fqe = is_bool($fqr) ? $fqr : false;
$fqr = is_bool($fqr) ? $fqr : false;
} else {
$fqr = true;
}
Expand Down

0 comments on commit 606ec68

Please sign in to comment.