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=a95db714ca758bbc45373e855c470f5a182df149;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 3b94842e26..1b760b0644 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -2056,7 +2056,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; }