]> git.mxchange.org Git - friendica.git/commitdiff
Fix indent to standards
authorRealKinetix <kinetix@isurf.ca>
Wed, 14 Jul 2021 19:17:03 +0000 (12:17 -0700)
committerRealKinetix <kinetix@isurf.ca>
Wed, 14 Jul 2021 19:17:03 +0000 (12:17 -0700)
src/Model/APContact.php

index 971a48d9dd00a46753c18d8e4c12054103751f68..eb34e502ec169aabf7150b6315ae96c2004f8067 100644 (file)
@@ -275,7 +275,7 @@ class APContact
                        // Mastodon seriously allows for this condition? 
                        // Jul 14 2021 - See https://mastodon.online/@goes11 for a negative followers count
                        if ($followers['totalItems'] < 0) {
-                         $followers['totalItems'] = 0;
+                               $followers['totalItems'] = 0;
                        }
                        if (!empty($followers['totalItems'])) {
                                $apcontact['followers_count'] = $followers['totalItems'];