From: Roland Haeder Date: Thu, 23 Mar 2017 22:37:58 +0000 (+0100) Subject: fixed comment and explained one X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f0b05838cb1ee23dde1c1b1a875c247530f12d38;p=friendica.git fixed comment and explained one Signed-off-by: Roland Haeder --- diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 1b760b0644..6a64a82958 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -1973,9 +1973,11 @@ class DFRN */ if (!DBM::is_result($r)) { // database record did not get created. Quietly give up. - return false; + killme(); } + $fid = $r[0]["id"]; + $hash = random_string(); $r = q(