mirror of
https://github.com/flextype/flextype.git
synced 2025-08-06 13:16:45 +02:00
feat(helpers): update getBaseUrl
function with a small fix
This commit is contained in:
@@ -171,7 +171,7 @@ if (! function_exists('getBaseUrl')) {
|
||||
}
|
||||
}
|
||||
|
||||
$url .= $basePath;
|
||||
$url .= '/' . $basePath;
|
||||
|
||||
return $url;
|
||||
}
|
||||
|
Reference in New Issue
Block a user