https://bugzilla.wikimedia.org/show_bug.cgi?id=16213





--- Comment #5 from Christopher Yeleighton <[email protected]>  2009-02-17 10:26:05 
UTC ---
Index: extensions/ConfirmEdit/ConfirmEdit_body.php
===================================================================
--- extensions/ConfirmEdit/ConfirmEdit_body.php (revision 47356)
+++ extensions/ConfirmEdit/ConfirmEdit_body.php (working copy)
@@ -73,7 +73,7 @@
        function getCaptcha() {
                $a = mt_rand(0, 100);
                $b = mt_rand(0, 10);
-               $op = mt_rand(0, 1) ? '+' : '-';
+               $op = mt_rand(0, 1) ? '+' : '&minus;';

                $test = "$a $op $b";
                $answer = ($op == '+') ? ($a + $b) : ($a - $b);

(This is subversion diff this time, still struggling with how to test it)


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to