From adbc1d3224e8a6875b228e9b506885f10aa74252 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 22 Sep 2018 12:45:49 -0400 Subject: [PATCH] Missing $a to $this conversion in App --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.php b/src/App.php index c00f898f3..376100457 100644 --- a/src/App.php +++ b/src/App.php @@ -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)) {