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()
|
||||
{
|
||||
$concattedContacts = null;
|
||||
switch ($this->ds->getDbType()) {
|
||||
case 'mysql':
|
||||
$concattedContacts = "GROUP_CONCAT("
|
||||
|
|
Loading…
Reference in New Issue