fixed comment and explained one
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
1d15e68678
commit
f5f1650b62
|
@ -1988,9 +1988,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