[TYPO3-core] RFC: Direct Mailer broken

Bernhard Kraft kraftb at kraftb.at
Wed Oct 19 17:25:42 CEST 2005


Hallo,

This is a CVS patch request.

Type: Bugfix

Description:
I noticed that the direct-mailer is broken with the actual TYPO3core 
from CVS. The reason is that the direct_mailer calls method 
"enableFields" of t3lib_pageSelect without creating an instance. i.e.:
t3lib_pageSelect::enableField()
So $this is not accessible in "enableFields". But Michael made a change
recently and added the line:
$query.= $this->getMultipleGroupsWhereClause($field, $table);
which now breaks the direct_mailer.

Branches: HEAD

Files:
DirectMailer_Fix.diff


greets,
Bernhard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DirectMailer_Fix.diff
Type: text/x-patch
Size: 549 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20051019/76d97c4a/attachment.bin 


More information about the TYPO3-team-core mailing list