]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
The item view is completed, unneeded fields removed
[friendica.git] / src / Model / Contact.php
index 2908385f583e06430ebe775a754740c652bf9db6..b922265e24d7490fec71f6b0667316dd68943ba0 100644 (file)
@@ -2658,7 +2658,7 @@ class Contact
         * @throws HTTPException\InternalServerErrorException
         * @throws \ImagickException
         */
-       public static function magicLinkbyId($cid, $url = '')
+       public static function magicLinkById($cid, $url = '')
        {
                $contact = DBA::selectFirst('contact', ['id', 'network', 'url', 'uid'], ['id' => $cid]);