mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
added curely branches + reverted back to old behaviour (may come back one day)
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
09ab141404
commit
d8eee2be55
1 changed files with 5 additions and 0 deletions
|
@ -1740,7 +1740,12 @@ class dfrn {
|
||||||
intval($importer["importer_uid"]));
|
intval($importer["importer_uid"]));
|
||||||
|
|
||||||
if (!dbm::is_result($r)) {
|
if (!dbm::is_result($r)) {
|
||||||
|
/*
|
||||||
|
* @TODO maybe one day:
|
||||||
|
logger("Query failed to execute, no result returned in " . __FUNCTION__);
|
||||||
killme();
|
killme();
|
||||||
|
*/
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$old = $r[0];
|
$old = $r[0];
|
||||||
|
|
Loading…
Reference in a new issue