[TYPO3-core] RFC: #10119: Broken fe_adminLib.inc

Steffen Kamper info at sk-typo3.de
Tue Oct 27 00:17:03 CET 2009


Ji,

Oliver Klee schrieb:
> Hi,
> 
> Steffen Kamper schrieb:
>> Solution:
>>
>> check for array
> 
> Can't we declare the member variable with an empty array instead so we
> have good defaults?
> 

this is the case, but doesn't work, as it's overridden by GPvars:

$fe=t3lib_div::_GP('FE');
$this->dataArr = $fe[$this->theTable];	// Incoming data.

vg Steffen


More information about the TYPO3-team-core mailing list