[TYPO3-core] RFC: Bug #15282: It is impossible to set links to files any more with the link wizard

Steffen Kamper info at sk-typo3.de
Fri Jul 30 17:25:43 CEST 2010


Hi olly,

+1 by reading and testing in trunk using debugs. Obvious that the 
problem is the same in older versions, as this check never is valid:

protected function areFieldChangeFunctionsValid() {
		return (
			isset($this->P['fieldChangeFunc']) && 
is_array($this->P['fieldChangeFunc']) && 
isset($this->P['fieldChangeFuncHash'])
			&& $this->P['fieldChangeFuncHash'] == 
t3lib_div::hmac(serialize($this->P['fieldChangeFunc']))
		);
	}

vg Steffen


More information about the TYPO3-team-core mailing list