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
|
@ -30,7 +30,7 @@ function follow_post(App $a) {
|
|||
// This is just a precaution if maybe this page is called somewhere directly via POST
|
||||
$_SESSION["fastlane"] = $url;
|
||||
|
||||
$result = Contact::create($uid, $url, true);
|
||||
$result = Contact::createFromProbe($uid, $url, true);
|
||||
|
||||
if ($result['success'] == false) {
|
||||
if ($result['message']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue