diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 00bb91f8de..687fd466ce 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -1989,11 +1989,9 @@ class DFRN */ if (!DBM::is_result($r)) { // database record did not get created. Quietly give up. - killme(); + return false; } - $fid = $r[0]["id"]; - $hash = random_string(); $r = q(