diff --git a/src/flextype/helpers/url.php b/src/flextype/helpers/url.php index d1e0cc3c..40d5d1d8 100644 --- a/src/flextype/helpers/url.php +++ b/src/flextype/helpers/url.php @@ -171,7 +171,7 @@ if (! function_exists('getBaseUrl')) { } } - $url .= $basePath; + $url .= '/' . $basePath; return $url; }