From: Michael Date: Sat, 17 Mar 2018 09:21:06 +0000 (+0000) Subject: If we aren't connected to the database, we shouldn't return "true" on connect X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=537ef83a24d966b5c177c0198d7723166d6bf450;p=friendica.git If we aren't connected to the database, we shouldn't return "true" on connect --- diff --git a/include/dba.php b/include/dba.php index 9ac26aaa10..fc54eefeb3 100644 --- a/include/dba.php +++ b/include/dba.php @@ -101,6 +101,7 @@ class dba { if (!$install) { System::unavailable(); } + return false; } $a->save_timestamp($stamp1, "network");