mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
We need to set Db fetchMode as it has previously been done
This commit is contained in:
parent
521ef8cc47
commit
3908974698
@ -117,6 +117,7 @@ class Connection implements DatasourceInterface
|
||||
} else {
|
||||
$this->dbType = strtolower(get_class($this->db->getConnection()));
|
||||
}
|
||||
$this->db->setFetchMode(Zend_Db::FETCH_OBJ);
|
||||
|
||||
if ($this->dbType === null) {
|
||||
Logger::warn('Could not determine database type');
|
||||
|
Loading…
x
Reference in New Issue
Block a user