Merge pull request #10611 from MrPetovan/task/feed-debug-contact

Allow contact creation in Module\Debug\Feed
pull/10604/head
Michael Vogel 2021-08-18 10:05:38 +02:00 zatwierdzone przez GitHub
commit 486328336f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -46,7 +46,7 @@ class Feed extends BaseModule
if (!empty($_REQUEST['url'])) {
$url = $_REQUEST['url'];
$contact = Model\Contact::getByURLForUser($url, local_user(), false);
$contact = Model\Contact::getByURLForUser($url, local_user(), null);
$xml = DI::httpRequest()->fetch($contact['poll']);