[TYPO3-core] FYI #7549: FE Login: enabling forget password link via TS is not possible

Stefan Galinski webmaster at underprogress.de
Sat Feb 16 16:56:24 CET 2008


Hi Benjamin,

Your applied patch contains a syntax error. Take a look at the last line of
this part.

> -               if ($this->flexFormValue('recursive', 'sDEF'))
> +               if ($this->flexFormValue('recursive', 'sDEF')) {
> $flex['recursive'] = $this->flexFormValue('recursive',  'sDEF');
> +               ]

IMHO adding of the curly braces is just a waste of space.

--
Stefan Galinski


More information about the TYPO3-team-core mailing list