Fixed CS errors

This commit is contained in:
Jose Lorenzo Rodriguez 2013-06-06 00:11:50 +02:00
parent 7b746ccb57
commit 10ba4dd773

View file

@ -805,7 +805,7 @@ class Router {
if (empty($url)) {
$output = isset($path['here']) ? $path['here'] : '/';
if ($full) {
$output = self::baseURL() . $output;
$output = self::baseURL() . $output;
}
return $output;
} elseif (is_array($url)) {