[TYPO3-core] RFC: Fix bug #6961: Errors in link creation popup window

Daniel Pötzinger operation-lan at gmx.de
Mon Jan 7 23:30:18 CET 2008


Ernesto Baschny [cron IT] schrieb:
> Stanislas Rolland wrote: on 06.01.2008 21:23:
> 
>> Problem:
>> Feature #6442: Hook in browse_links request (for linking to records) 
>> introduced errors in htmlArea RTE link creation popup window when no 
>> hooks array exists.
>>
>> Solution:
>> Check the availability of the hooks array before entering foreach loops.
>>

also +1
(possibly other solution: init the hookArray correct in the init function:
$this->hookObjects = array();
)


More information about the TYPO3-team-core mailing list