Index: trunk/core/kernel/processors/main_processor.php =================================================================== diff -u -r7391 -r7702 --- trunk/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 7391) +++ trunk/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 7702) @@ -951,6 +951,7 @@ function CaptchaImage($params){ $captcha_helper =& $this->Application->recallObject('CaptchaHelper'); + /* @var $captcha_helper kCaptchaHelper */ $captcha_helper->GenerateCaptchaImage( $this->Application->RecallVar($this->Application->GetVar('var')), $this->Application->GetVar('w'),