ConfirmEdit: Consistency tweak

This commit is contained in:
Roan Kattouw 2008-02-28 21:23:26 +00:00
parent c112c24f54
commit a808bd44dc

View file

@ -12,7 +12,7 @@ class MathCaptcha extends SimpleCaptcha {
$index = $this->storeCaptcha( array('answer' => $answer ) );
$resultArr['captcha']['type'] = 'math';
$resultArr['captcha']['id'] = $index;
$resultArr['captcha']['sum'] = $sum;
$resultArr['captcha']['question'] = $sum;
}
/** Produce a nice little form */