Changed function name
This commit is contained in:
parent
9f01052dd2
commit
b8fa75b2dd
34 changed files with 54 additions and 54 deletions
|
@ -164,7 +164,7 @@ HELP;
|
|||
$network = CliPrompt::prompt();
|
||||
}
|
||||
|
||||
$result = ContactModel::createFromProbe($user['uid'], $url, $network);
|
||||
$result = ContactModel::createFromProbeForUser($user['uid'], $url, $network);
|
||||
|
||||
if ($result['success']) {
|
||||
$this->out('User ' . $user['nickname'] . ' now connected to ' . $url . ', contact ID ' . $result['cid']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue