]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsub.php
Decrease scope of query in Profile::getEventsReminderHTML
[friendica.git] / mod / pubsub.php
index 11f92af6a5a828dc1ded4a2fa3f99508b5861fa4..a68b222ec4bbbcfd2d876b663c275ea571242fcf 100644 (file)
@@ -129,7 +129,7 @@ function pubsub_post(App $a)
        consume_feed($xml, $importer, $contact, $feedhub);
 
        // do it a second time for DFRN so that any children find their parents.
-        if ($contact['network'] === NETWORK_DFRN) {
+       if ($contact['network'] === NETWORK_DFRN) {
                consume_feed($xml, $importer, $contact, $feedhub);
        }