From f17f61df38856589cf47d90817ba3f35acf22ae0 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 13 Mar 2018 23:32:38 +0000 Subject: [PATCH] Fix indentation --- mod/pubsub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/pubsub.php b/mod/pubsub.php index 11f92af6a..a68b222ec 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); }