mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-24 00:04:15 +00:00
ConfirmEdit: Consistency tweak
This commit is contained in:
parent
c112c24f54
commit
a808bd44dc
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue