Fix indentation

This commit is contained in:
Michael 2018-03-13 23:32:38 +00:00
parent f49391a21c
commit f17f61df38

View 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);
}