ToastFreeware
/
toast
/
cookiecaptcha.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c112c24
)
ConfirmEdit: Consistency tweak
author
Roan Kattouw
<catrope@users.mediawiki.org>
Thu, 28 Feb 2008 21:23:26 +0000
(21:23 +0000)
committer
Roan Kattouw
<catrope@users.mediawiki.org>
Thu, 28 Feb 2008 21:23:26 +0000
(21:23 +0000)
MathCaptcha.class.php
patch
|
blob
|
history
diff --git
a/MathCaptcha.class.php
b/MathCaptcha.class.php
index a51e7fae6b857ab4f987f2613eca0643a698b6dd..db506a335451b784ea1764057a202942fcf25590 100644
(file)
--- a/
MathCaptcha.class.php
+++ b/
MathCaptcha.class.php
@@
-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 */