update 3.2.4
This commit is contained in:
parent
42fde64f60
commit
5dc8af450a
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ class Url
|
|||
} else {
|
||||
$scheme = 'http';
|
||||
}
|
||||
$base_url = $scheme . "://" . $url;
|
||||
$base_url = $scheme . "://" . $url . "/";
|
||||
$url = $base_url;
|
||||
}else{
|
||||
$url = PATH_URL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue