If we aren't connected to the database, we shouldn't return "true" on connect

This commit is contained in:
Michael 2018-03-17 09:21:06 +00:00
parent 782d692b5a
commit 537ef83a24

View file

@ -101,6 +101,7 @@ class dba {
if (!$install) { if (!$install) {
System::unavailable(); System::unavailable();
} }
return false;
} }
$a->save_timestamp($stamp1, "network"); $a->save_timestamp($stamp1, "network");