1
0
Fork 0

Fix capitalization of Contact::magicLinkById calls

This commit is contained in:
Hypolite Petovan 2020-12-22 01:01:43 -05:00
commit 2ef4972782
3 changed files with 3 additions and 3 deletions

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