kartolo / direct_mail

it's an newsletter sending extension for the TYPO3 CMS
40 stars 115 forks source link

Use of a deprecated method in the class Container #120

Closed YolfTypo3 closed 5 years ago

YolfTypo3 commented 6 years ago

A bug is generated because the class Container uses the deprecated method exec_mm_query_uidList in

                    $res = $this->cObj->exec_mm_query_uidList(
                        $select,
                        $localTableUidList,
                        $mmTable,
                        $foreignTable,
                        $whereClause,
                        '',
                        $orderBy
                    );

Thanks in advance

xperseguers commented 6 years ago

Related to #99

kartolo commented 5 years ago

close this in favor of #99