mirror of
https://github.com/friendica/friendica
synced 2025-04-25 11:50:11 +00:00
Rename create
rename create function to createFromProbe and update calls.
This commit is contained in:
parent
c81e83c500
commit
5358f5742e
6 changed files with 7 additions and 7 deletions
|
@ -1089,7 +1089,7 @@ class Contact extends BaseObject
|
|||
* @param string $network
|
||||
* @return boolean|string
|
||||
*/
|
||||
public static function create($uid, $url, $interactive = false, $network = '')
|
||||
public static function createFromProbe($uid, $url, $interactive = false, $network = '')
|
||||
{
|
||||
$result = array('cid' => -1, 'success' => false, 'message' => '');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue