mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
ProgramstatusQuery: Provide a(nother) fallback for older IDO installations
fixes #9168
This commit is contained in:
parent
9d32e2ebb1
commit
998610bafa
@ -60,5 +60,8 @@ class ProgramstatusQuery extends IdoQuery
|
|||||||
if (version_compare($this->getIdoVersion(), '1.11.8', '<')) {
|
if (version_compare($this->getIdoVersion(), '1.11.8', '<')) {
|
||||||
$this->columnMap['programstatus']['program_version'] = '(NULL)';
|
$this->columnMap['programstatus']['program_version'] = '(NULL)';
|
||||||
}
|
}
|
||||||
|
if (version_compare($this->getIdoVersion(), '1.8', '<')) {
|
||||||
|
$this->columnMap['programstatus']['disable_notif_expire_time'] = '(NULL)';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user