fixed comment and explained one
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
85039d41a2
commit
03f283ca36
|
@ -1989,9 +1989,11 @@ class DFRN
|
||||||
*/
|
*/
|
||||||
if (!DBM::is_result($r)) {
|
if (!DBM::is_result($r)) {
|
||||||
// database record did not get created. Quietly give up.
|
// database record did not get created. Quietly give up.
|
||||||
return false;
|
killme();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$fid = $r[0]["id"];
|
||||||
|
|
||||||
$hash = random_string();
|
$hash = random_string();
|
||||||
|
|
||||||
$r = q(
|
$r = q(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user