[TYPO3-core] RFC #10006: Bug: Extension TS template loaded instead of root template

Michel Tremblay michel.tremblay at infoglobe.ca
Mon Aug 30 16:45:25 CEST 2010


Hi

Le 10-08-30 03:40, Dmitry Dulepov a écrit :
> The patch could use exec_SELECTgetRows() to decrease number of lines and
> make code easier to read. Something like:
>
> list($row) = $GLOBALS['TYPO3_DB']->exec_SELECTgetRows(....);
> if (is_array($row)) {
> 	...
> }

I suppose this line should be moved inside the "if" :

$this->versionOL($row);

And the change should also be made at line 486 (see new patch)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bug10006_v3.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100830/fadb9c79/attachment.txt>


More information about the TYPO3-team-core mailing list