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:
a8b20e2
)
More php4-style constructors. I think thats most of them
author
Chad Horohoe
<demon@users.mediawiki.org>
Mon, 30 Aug 2010 17:11:45 +0000
(17:11 +0000)
committer
Chad Horohoe
<demon@users.mediawiki.org>
Mon, 30 Aug 2010 17:11:45 +0000
(17:11 +0000)
ConfirmEdit_body.php
patch
|
blob
|
history
diff --git
a/ConfirmEdit_body.php
b/ConfirmEdit_body.php
index 72a6cc3c21343134618aad88fc23b0d157bc42b8..0733002c7812229cf07a59c396e78fe600c0077d 100644
(file)
--- a/
ConfirmEdit_body.php
+++ b/
ConfirmEdit_body.php
@@
-72,7
+72,7
@@
class CaptchaSpecialPage extends UnlistedSpecialPage {
}
class SimpleCaptcha {
- function
SimpleCaptcha
() {
+ function
__construct
() {
global $wgCaptchaStorageClass;
$this->storage = new $wgCaptchaStorageClass;
}