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