From: Roland Haeder Date: Thu, 23 Mar 2017 21:33:12 +0000 (+0100) Subject: added curely branches + reverted back to old behaviour (may come back one day) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=87bb934f8fb772b316dcc667def1f8ad81d1ecc9;p=friendica.git added curely branches + reverted back to old behaviour (may come back one day) Signed-off-by: Roland Haeder --- diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 1812e3edc3..bf4e7423a7 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -2071,7 +2071,11 @@ class DFRN ); if (!DBM::is_result($r)) { + /* + * @TODO maybe one day: logger("Query failed to execute, no result returned in " . __FUNCTION__); + killme(); + */ return false; }