mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
Adapt BaseURL calls to new UriInterface
This commit is contained in:
parent
9e6d95284b
commit
f0c29edcde
101 changed files with 218 additions and 241 deletions
|
@ -194,7 +194,7 @@ class Nav
|
|||
|
||||
$myident = !empty($this->session->getLocalUserNickname()) ? $this->session->getLocalUserNickname() . '@' : '';
|
||||
|
||||
$sitelocation = $myident . substr($this->baseUrl->get($ssl_state), strpos($this->baseUrl->get($ssl_state), '//') + 2);
|
||||
$sitelocation = $myident . substr($this->baseUrl, strpos($this->baseUrl, '//') + 2);
|
||||
|
||||
$nav = [
|
||||
'admin' => null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue