CCaptcha class file line 98

This line (CCaptcha class file line 98)


$alt=isset($this->imageOptions['alt'])?$imageOptions['alt']:'';

should not be like this one?


$alt=isset($this->imageOptions['alt'])?$this->imageOptions['alt']:'';

yii 1.0.9