Missing $a to $this conversion in App

This commit is contained in:
Hypolite Petovan 2018-09-22 12:45:49 -04:00
parent 489d5f41d2
commit adbc1d3224
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {