]> git.mxchange.org Git - friendica.git/commitdiff
Changed function name
authorMichael <heluecht@pirati.ca>
Mon, 27 Jul 2020 10:22:02 +0000 (10:22 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 27 Jul 2020 10:22:02 +0000 (10:22 +0000)
src/Model/Contact.php
src/Module/Contact.php

index 4f8cb84db7cf692de7528b93114a6a9b25871e2c..9e89fc30a5a195ab070e907f519a4b2368b5fc79 100644 (file)
@@ -1793,7 +1793,7 @@ class Contact
         * @param array $contact
         * @return array contact array with avatar cache fields
         */
-       public static function checkAvatarCacheArray(array $contact)
+       public static function checkAvatarCacheByArray(array $contact)
        {
                $update = false;
                $contact_fields = [];
index e9f00a1b653d6086e0a46b471324ac72a4f795b8..5a4d0b1e86281b6ab9e4eb3bb9400e3fbd260219 100644 (file)
@@ -280,7 +280,7 @@ class Contact extends BaseModule
                                $contact = false;
                        }
 
-                       $contact = ModelContact::checkAvatarCacheArray($contact);
+                       $contact = ModelContact::checkAvatarCacheByArray($contact);
                }
 
                if (DBA::isResult($contact)) {