[TYPO3-core] RFC #6519: Feature: Allow locallang in tt_content.mailform.badMess

Steffen Kamper info at sk-typo3.de
Sun Jul 11 00:30:18 CEST 2010


Hi Christian,

please attach the patch also in this list, i've done it in this post.

2 comments:
1) i think this is not correct:
(!empty($conf['goodMess'])) ? $this->stdWrap($conf['goodMess'], 
$conf['goodMess.']) : '')

if you use
goodMess.data = ...
$conf['goodMess'] is still empty. So it can be used this way without any 
risk:
$conf['goodMess'] = $this->stdWrap($conf['goodMess'], $conf['goodMess.'];

2) Don't use the compat, therefore we splitted the config of 
css_styled_content. and there is a special one for 4.2. Anyway it'S a 
feature and it can't go in older versions, so this change is for 4.5 only.

vg Steffen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 6519_class.tslib_content.php.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100711/ad804328/attachment.txt>


More information about the TYPO3-team-core mailing list