summaryrefslogtreecommitdiff
path: root/extensions/FunnyQuestion/FunnyQuestion.body.php
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-07-18 19:12:44 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-07-18 19:12:44 -0600
commit4bb2aeca1d198391ca856aa16c40b8559c68daec (patch)
tree72371f0fd947bcec45562ccfa1164f3349e4e4e6 /extensions/FunnyQuestion/FunnyQuestion.body.php
parentfa93eabd8fdebb47d623537afbd5e6df1271112a (diff)
parentcacc939b34e315b85e2d72997811eb6677996cc1 (diff)
Merge branch 'archwiki'
Conflicts: extensions/ArchInterWiki.sql extensions/FluxBBAuthPlugin.php
Diffstat (limited to 'extensions/FunnyQuestion/FunnyQuestion.body.php')
-rw-r--r--extensions/FunnyQuestion/FunnyQuestion.body.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/FunnyQuestion/FunnyQuestion.body.php b/extensions/FunnyQuestion/FunnyQuestion.body.php
index ae0a25ab..449914fd 100644
--- a/extensions/FunnyQuestion/FunnyQuestion.body.php
+++ b/extensions/FunnyQuestion/FunnyQuestion.body.php
@@ -97,7 +97,7 @@ class FunnyQuestion {
return true;
}
- public static function checkFunnyQuestionOnEditPage($editpage, $text, $section, $error) {
+ public static function checkFunnyQuestionOnEditPage($editor, $text, $section, &$error, $summary) {
global $wgUser;
if (!$wgUser->isLoggedIn() && !self::checkFunnyQuestion()) {
@@ -116,7 +116,7 @@ class FunnyQuestion {
return true;
}
- public static function checkFunnyQuestionOnAbortNewAccount($user, $message) {
+ public static function checkFunnyQuestionOnAbortNewAccount($user, &$message) {
if (!self::checkFunnyQuestion()) {
$message = wfMsg('wrong-answer');
return false;