Skip to content

Commit

Permalink
Fixed CS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 5, 2013
1 parent 7b746cc commit 10ba4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Routing/Router.php
Expand Up @@ -805,7 +805,7 @@ public static function url($url = null, $full = false) {
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)) {
Expand Down

0 comments on commit 10ba4dd

Please sign in to comment.