]> git.mxchange.org Git - friendica.git/commitdiff
added curely branches + reverted back to old behaviour (may come back one day)
authorRoland Haeder <roland@mxchange.org>
Thu, 23 Mar 2017 21:33:12 +0000 (22:33 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 20 Jun 2018 20:02:15 +0000 (22:02 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
src/Protocol/DFRN.php

index 3b94842e26ba54ca0db610895c4f742249a4a2f8..1b760b0644d71f06a68064da02e46dada1cfc9bc 100644 (file)
@@ -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;
                }