ServicenotificationQuery: Fix `Variable '$$concattedContacts' is probably undefined`

This commit is contained in:
Sukhwinder Dhillon 2023-08-16 10:50:19 +02:00 committed by raviks789
parent 9f3a9a006e
commit c1bdec65f4
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ class ServicenotificationQuery extends IdoQuery
*/
protected function joinBaseTables()
{
$concattedContacts = null;
switch ($this->ds->getDbType()) {
case 'mysql':
$concattedContacts = "GROUP_CONCAT("