[TYPO3-dev] [Fix] t3lib_page::getMenu does not check for existance of language overlay

Daniel Pötzinger operation-lan at gmx.de
Sat Sep 29 02:10:22 CEST 2007


Dmitry Dulepov [typo3] schrieb:
> Hi!
> 
> Adam Nojszewski wrote:
>> Solution (applied by me to both 3.* and 4.* versions of typo3):
>> - open file /t3lib/class.t3lib_page.php
>> - find finction getMenu
>> - at the end of function body find:
>>                 if (is_array($row)) {
>>                     $output[$origUid] = $this->getPageOverlay($row);
>>                 }
>> - replace it with:
> 
> Fix must be in unified diff format to apply it. This way we keep track 
> of all changes. You can put your message to that bug record as is but if 
> you attach a patch in unified diff format, it would be even better and 
> may go to core faster.
> 
>> I suggest to change it in next version of typo
> 
> Bug fixes go to current and maintanance version automatically.
> 

I think implementing a common fallback (with fallbackorder) would be 
better. Please comment on this bug:

http://bugs.typo3.org/view.php?id=6009




More information about the TYPO3-dev mailing list