Fix phpunit
This commit is contained in:
parent
5e451e1155
commit
86c11cb357
@ -208,6 +208,7 @@ class DoliDBMysqli extends DoliDB
|
|||||||
try {
|
try {
|
||||||
$result = $this->db->select_db($database);
|
$result = $this->db->select_db($database);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
|
// Nothing done on error
|
||||||
}
|
}
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user