]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
Merge pull request #7924 from annando/issue-7691
[friendica.git] / src / Model / Contact.php
index e48579470942516330e129f4f1554a4877d18c39..76c9cd01692f590760395616640682e3d4af3c4b 100644 (file)
@@ -2332,7 +2332,7 @@ class Contact extends BaseObject
                        $apcontact = APContact::getByURL($url, false);
                        if (isset($apcontact['manually-approve'])) {
                                $pending = (bool)$apcontact['manually-approve'];
-                       }                       
+                       }
                }
 
                if (in_array($protocol, [Protocol::MAIL, Protocol::DIASPORA, Protocol::ACTIVITYPUB])) {