X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fpubsub.php;h=a68b222ec4bbbcfd2d876b663c275ea571242fcf;hb=7326394f29e25bb78b4e594905aae95a65b8e0e6;hp=11f92af6a5a828dc1ded4a2fa3f99508b5861fa4;hpb=aff99b32fd11aaf87f13248ed992712cf69d9a23;p=friendica.git diff --git a/mod/pubsub.php b/mod/pubsub.php index 11f92af6a5..a68b222ec4 100644 --- a/mod/pubsub.php +++ b/mod/pubsub.php @@ -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); }