[TYPO3-ect] Bugs in lib/div
    Elmar HInz 
    elmar.hinz at team.MINUS.red.DOT.net
       
    Sat Feb 24 14:19:35 CET 2007
    
    
  
Am Sat, 24 Feb 2007 02:22:33 +0100 schrieb Franz Koch:
> 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.
Thanks. For now it's the best place to put it into this list. We can start
the bug tracker if the traffic get's to high. 
Regards
Elmar
    
    
More information about the TYPO3-team-extension-coordination
mailing list