mirror of
https://github.com/friendica/friendica
synced 2024-11-19 06:23:40 +00:00
use self::getApp()->contact
This commit is contained in:
parent
186b6330b9
commit
4d5581a9d1
1 changed files with 1 additions and 2 deletions
|
@ -181,8 +181,7 @@ class Login extends BaseModule
|
|||
intval($_SESSION['visitor_id'])
|
||||
);
|
||||
if (DBM::is_result($r)) {
|
||||
$a = self::getApp();
|
||||
$a->contact = $r[0];
|
||||
self::getApp()->contact;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue