mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
Missing $a to $this conversion in App
This commit is contained in:
parent
489d5f41d2
commit
adbc1d3224
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ class App
|
|||
if (!empty($_SESSION['visitor_home'])) {
|
||||
$homebase = $_SESSION['visitor_home'];
|
||||
} elseif (local_user()) {
|
||||
$homebase = 'profile/' . $a->user['nickname'];
|
||||
$homebase = 'profile/' . $this->user['nickname'];
|
||||
}
|
||||
|
||||
if (isset($homebase)) {
|
||||
|
|
Loading…
Reference in a new issue