Compare commits

..

No commits in common. "2411a83d5d9ea300fbafb3221623f8dc620043ce" and "724a9007df1d0f5efcdca78ccb022c0959b7ad5b" have entirely different histories.

View File

@ -470,6 +470,7 @@ class Director implements TemplateGlobalProvider
// Default to respecting site base_url
$parent = self::absoluteBaseURL();
}
static::singleton()->extend('updateAbsoluteURLParent', $parent);
// Map empty urls to relative slash and join to base
if (empty($url) || $url === '.' || $url === './') {