mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 11:05:48 +02:00
Compare commits
No commits in common. "523d196d12b8091d346142459140178c9b74af4a" and "f1bddb626d2eeb2084c470958c54516f0e2e3270" have entirely different histories.
523d196d12
...
f1bddb626d
@ -133,6 +133,6 @@ class GoogleSitemapController extends Controller
|
|||||||
|
|
||||||
public function AbsoluteLink($action = null)
|
public function AbsoluteLink($action = null)
|
||||||
{
|
{
|
||||||
return rtrim(Controller::join_links(Director::absoluteBaseURL(), 'sitemap.xml', $action), '/');
|
return Controller::join_links(Director::absoluteBaseURL(), 'sitemap.xml', $action);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user