Rename create

rename create function to createFromProbe and update calls.
This commit is contained in:
Adam Magness 2018-01-09 11:40:25 -05:00
commit 5358f5742e
6 changed files with 7 additions and 7 deletions

View file

@ -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']) {