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…
Reference in New Issue