[TYPO3-core] FYI24: Re: RFC: #4361 - hook request in class.db_list.inc

Xavier Perseguers typo3 at perseguers.ch
Sun Jun 28 11:43:43 CEST 2009


Xavier Perseguers wrote:
> Hi,
> 
>> I now commited your patch to trunk, as there was no reaction for quite 
>> some time and I don't want to get stuff that's ready not to get lost. 
>> Hope that's ok with you... :)
> 
> Please fix the code:
> 
> Warning: Call-time pass-by-reference has been deprecated in 
> /Users/xavier/Development/TYPO3/typo3_src-trunk/typo3/class.db_list.inc 
> on line 517
> 
> $hookObj->makeQueryArray_post(&$queryParts, $this, ....

Simply remove the '&' as the method signature should declare it as 
reference, not you when you call it...

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en

One contribution a day keeps the fork away


More information about the TYPO3-team-core mailing list