Review changes
Update update and new functions to updateFromProbe and create. Update calls to renamed functions.
This commit is contained in:
parent
484eb960d7
commit
c81e83c500
7 changed files with 9 additions and 9 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::new($uid, $url, true);
|
||||
$result = Contact::create($uid, $url, true);
|
||||
|
||||
if ($result['success'] == false) {
|
||||
if ($result['message']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue