2008-02-15 Benjamin Mack <mack@xnos.org>
+ * Followup to bug #7549: FE Login: curly brace was wrong (syntax error)
* Fixed bug #7549: FE Login: enabling forget password link via TS is not possible (thanks to Dirk Weise)
* Fixed bug #7424: Usersetup Tabs were to wide in German language (thanks to Steffen Kamper)
if ($this->flexFormValue('recursive', 'sDEF')) {
$flex['recursive'] = $this->flexFormValue('recursive', 'sDEF');
- ]
+ }
if ($this->flexFormValue('templateFile', 'sDEF')) {
$flex['templateFile'] = $this->uploadDir . $this->flexFormValue('templateFile', 'sDEF');