Adapt BaseURL calls to new UriInterface
This commit is contained in:
@@ -236,7 +236,7 @@ class Profile extends BaseModule
|
||||
$_SESSION['return_path'] = $this->args->getQueryString();
|
||||
|
||||
$this->page['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('contact_head.tpl'), [
|
||||
'$baseurl' => $this->baseUrl->get(true),
|
||||
'$baseurl' => $this->baseUrl,
|
||||
]);
|
||||
|
||||
switch ($localRelationship->rel) {
|
||||
|
||||
Reference in New Issue
Block a user