From: Roland Haeder Date: Thu, 23 Mar 2017 21:49:05 +0000 (+0100) Subject: old behaviour restored X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a5dba628c44fe64d2f4138dce7ef1cec13148770;p=friendica.git old behaviour restored Signed-off-by: Roland Haeder --- diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 20c59fc2f8..897f6a8cc5 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -2360,7 +2360,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; }