]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Debug/Feed.php
Merge pull request #10613 from annando/improved-payload
[friendica.git] / src / Module / Debug / Feed.php
index 4107422094a970c8f9de1e0ffa61f54b88e992a6..37504b0783654e6dc6f69df0f8e4a3e2b6ca623d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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']);