1
0
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:
Awilum
2022-06-25 22:19:02 +03:00
parent d3407ff033
commit fdb84f8193

View File

@@ -171,7 +171,7 @@ if (! function_exists('getBaseUrl')) {
}
}
$url .= $basePath;
$url .= '/' . $basePath;
return $url;
}