[TYPO3-core] RFC #4427: alwaysActivePIDlist (as stdWrap)

Francois Suter fsuter at cobweb.ch
Wed Dec 17 22:21:26 CET 2008


Hi,

>> Problem:
>> alwaysActivePIDlist doesn't get parsed through stdWrap, which 
>> restricts its functionality. Attached patch parses each value of the 
>> list with commonly defined stdWrap parameters.

Your patch is wrong. You must first put alwaysActivePIDlist through 
stdWrap processing and then explode it on the comma. Your code actually 
explodes first and then handles each value (which are integers, or 
supposed to be at least) as stdWrap's.

Cheers

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch


More information about the TYPO3-team-core mailing list