From 537ef83a24d966b5c177c0198d7723166d6bf450 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 17 Mar 2018 09:21:06 +0000 Subject: [PATCH] If we aren't connected to the database, we shouldn't return "true" on connect --- include/dba.php | 1 + 1 file changed, 1 insertion(+) 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");