]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsub.php
Just some more fixed notice
[friendica.git] / mod / pubsub.php
index 11f92af6a5a828dc1ded4a2fa3f99508b5861fa4..fb6de40523945d1aa254998b636777fcb5ee0588 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 use Friendica\App;
+use Friendica\Database\dba;
 use Friendica\Database\DBM;
 use Friendica\Protocol\OStatus;
 
@@ -129,7 +130,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);
        }