[TYPO3-ect] Bugs in lib/div

Franz Koch typo at fx.MINUS.graefix.DOT.de
Sat Feb 24 02:22:33 CET 2007


Hi,

didn't find an appropriate place to report bugs in lib/div (no category in bugtracker as it seems), so I post it here.

---- class.tx_lib_captcha.php - line 51 --------
WRONG: $try    = (string) trim($this->getParameter('captcha'));
RIGHT: $try    = (string) trim($this->getParameter('_captchaInput'));
------------------------------------------------

The captcha compared against a not existing value, so the captcha could never be correct.

-- 
Kind regards,
Franz Koch


More information about the TYPO3-team-extension-coordination mailing list