Missing $a to $this conversion in App
This commit is contained in:
parent
489d5f41d2
commit
adbc1d3224
|
@ -857,7 +857,7 @@ class App
|
||||||
if (!empty($_SESSION['visitor_home'])) {
|
if (!empty($_SESSION['visitor_home'])) {
|
||||||
$homebase = $_SESSION['visitor_home'];
|
$homebase = $_SESSION['visitor_home'];
|
||||||
} elseif (local_user()) {
|
} elseif (local_user()) {
|
||||||
$homebase = 'profile/' . $a->user['nickname'];
|
$homebase = 'profile/' . $this->user['nickname'];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($homebase)) {
|
if (isset($homebase)) {
|
||||||
|
|
Loading…
Reference in a new issue