Missing $a to $this conversion in App

This commit is contained in:
Hypolite Petovan 2018-09-22 12:45:49 -04:00
父節點 489d5f41d2
當前提交 adbc1d3224
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

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