Avoid notices because of empty fields

pull/10320/head
Michael 2021-05-25 13:11:23 +00:00
rodzic 4d4544ada3
commit 09f29cd577
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -361,7 +361,7 @@ class APContact
Logger::info('Updated profile', ['url' => $url]);
return $apcontact;
return DBA::selectFirst('apcontact', [], ['url' => $apcontact['url']]) ?: [];
}
/**