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
1 changed files with 1 additions and 0 deletions

View File

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