From: Michael Date: Tue, 13 Mar 2018 23:32:38 +0000 (+0000) Subject: Fix indentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f17f61df38856589cf47d90817ba3f35acf22ae0;p=friendica.git Fix indentation --- 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); }