mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Renamed
This commit is contained in:
parent
2fc79e3886
commit
e71f497295
4 changed files with 20 additions and 20 deletions
|
@ -63,7 +63,7 @@ class APContact extends BaseObject
|
|||
* @param boolean $update true = always update, false = never update, null = update when not found
|
||||
* @return array profile array
|
||||
*/
|
||||
public static function getProfileByURL($url, $update = null)
|
||||
public static function getByURL($url, $update = null)
|
||||
{
|
||||
if (empty($url)) {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue