diff options
| author | 2016-03-06 15:00:31 +0100 | |
|---|---|---|
| committer | 2016-03-06 15:00:31 +0100 | |
| commit | e665c819c583bb25572734170a9f56e149ca308f (patch) | |
| tree | 75b22c357c7849cbf733c1750018a34994cb7eb5 /lib | |
| parent | 59f16377131710b4f7c9f299c58773dcf7978e32 (diff) | |
| parent | bb0319c1c7823471a4a2474712d8301e07a5f44e (diff) | |
Merge branch 'i18n-cz' into dev
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Minz/Url.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Minz/Url.php b/lib/Minz/Url.php index 4279b045b..382437e9a 100644 --- a/lib/Minz/Url.php +++ b/lib/Minz/Url.php @@ -27,6 +27,8 @@ class Minz_Url { $url_string = Minz_Request::getBaseUrl(PUBLIC_TO_INDEX_PATH); if ($url_string === PUBLIC_TO_INDEX_PATH) { $url_string = Minz_Request::guessBaseUrl(); + } else { + $url_string .= '/'; } } else { $url_string = $isArray ? '.' : PUBLIC_RELATIVE; |
