[TYPO3-templavoila] No TV module when using Local processing
Andreas Kiessling
kiessling at pluspol.info
Tue Mar 1 22:38:37 CET 2011
Hi Klaus,
> There is now 93bytes in every Local Processing XML even it is empty. Is this
> new?
>
You just found a bug ;) I think i found the issue in mod2/index.php line
836:
change
'.$lpXML.($toObj->getLocalDataprotXML(TRUE) ?
to
'.$lpXML.($toObj->getLocalDataprotArray(TRUE) ?
The ...XML always returns at least the xml prologue
I will file a BT report for that.
Regards,
Andreas
More information about the TYPO3-project-templavoila
mailing list