Fix capitalization of Contact::magicLinkById calls
This commit is contained in:
parent
190c41e64f
commit
2ef4972782
3 changed files with 3 additions and 3 deletions
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue