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