mirror of
https://github.com/friendica/friendica
synced 2025-04-30 02:24:23 +02:00
Changed function name
This commit is contained in:
parent
9f01052dd2
commit
b8fa75b2dd
34 changed files with 54 additions and 54 deletions
|
@ -277,8 +277,8 @@ class Page implements ArrayAccess
|
|||
// If you're just visiting, let javascript take you home
|
||||
if (!empty($_SESSION['visitor_home'])) {
|
||||
$homebase = $_SESSION['visitor_home'];
|
||||
} elseif (!empty($app->getNickname())) {
|
||||
$homebase = 'profile/' . $app->getNickname();
|
||||
} elseif (!empty($app->getUserNickname())) {
|
||||
$homebase = 'profile/' . $app->getUserNickname();
|
||||
}
|
||||
|
||||
if (isset($homebase)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue