mirror of
https://github.com/friendica/friendica
synced 2025-02-24 12:38:13 +00:00
Fix PHPStan error
This commit is contained in:
parent
d55830902b
commit
530a93794f
1 changed files with 2 additions and 0 deletions
|
@ -164,6 +164,8 @@ class APContact
|
||||||
DI::cache()->set($cachekey, System::callstack(20), Duration::FIVE_MINUTES);
|
DI::cache()->set($cachekey, System::callstack(20), Duration::FIVE_MINUTES);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$local_owner = [];
|
||||||
|
|
||||||
if (DI::baseUrl()->isLocalUrl($url) && ($local_uid = User::getIdForURL($url))) {
|
if (DI::baseUrl()->isLocalUrl($url) && ($local_uid = User::getIdForURL($url))) {
|
||||||
try {
|
try {
|
||||||
$data = Transmitter::getProfile($local_uid);
|
$data = Transmitter::getProfile($local_uid);
|
||||||
|
|
Loading…
Add table
Reference in a new issue