mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixed CS errors
This commit is contained in:
parent
7b746ccb57
commit
10ba4dd773
1 changed files with 1 additions and 1 deletions
|
@ -805,7 +805,7 @@ class Router {
|
||||||
if (empty($url)) {
|
if (empty($url)) {
|
||||||
$output = isset($path['here']) ? $path['here'] : '/';
|
$output = isset($path['here']) ? $path['here'] : '/';
|
||||||
if ($full) {
|
if ($full) {
|
||||||
$output = self::baseURL() . $output;
|
$output = self::baseURL() . $output;
|
||||||
}
|
}
|
||||||
return $output;
|
return $output;
|
||||||
} elseif (is_array($url)) {
|
} elseif (is_array($url)) {
|
||||||
|
|
Loading…
Reference in a new issue