If we aren't connected to the database, we shouldn't return "true" on connect
This commit is contained in:
parent
782d692b5a
commit
537ef83a24
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ class dba {
|
|||
if (!$install) {
|
||||
System::unavailable();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
$a->save_timestamp($stamp1, "network");
|
||||
|
||||
|
|
Loading…
Reference in a new issue