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=0e5daa86df145481e8464b5b1d6342d623d8676b;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 d1870254b7..20c59fc2f8 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -2057,7 +2057,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; }