]> git.mxchange.org Git - friendica.git/commitdiff
Missing $a to $this conversion in App
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 22 Sep 2018 16:45:49 +0000 (12:45 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Sat, 22 Sep 2018 16:45:49 +0000 (12:45 -0400)
src/App.php

index c00f898f3436df2248fd9b961e4b034335faea9a..3761004575a8157c38b107a556204f30b5140afb 100644 (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)) {