]> git.mxchange.org Git - friendica.git/commitdiff
Fix indentation
authorMichael <heluecht@pirati.ca>
Tue, 13 Mar 2018 23:32:38 +0000 (23:32 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 13 Mar 2018 23:32:38 +0000 (23:32 +0000)
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);
        }