mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
HostnotificationQuery: Fix Variable '$$concattedContacts' is probably undefined
This commit is contained in:
parent
8960324fcd
commit
63556849c9
@ -104,6 +104,7 @@ class HostnotificationQuery extends IdoQuery
|
||||
*/
|
||||
protected function joinBaseTables()
|
||||
{
|
||||
$concattedContacts = null;
|
||||
switch ($this->ds->getDbType()) {
|
||||
case 'mysql':
|
||||
$concattedContacts = "GROUP_CONCAT("
|
||||
|
Loading…
x
Reference in New Issue
Block a user