From 2cdff4cf67b77a3a7bb54c656a05bfe8a529ae3d Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Wed, 23 Jan 2008 19:42:34 +0000 Subject: [PATCH] Fix PHP strict standard. Thanks to Siebrand. --- includes/SpecialPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 8b7e0c5945..a536180f80 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -857,7 +857,7 @@ class SpecialCreateAccount extends SpecialPage { $this->mAllowedRedirectParams = array( 'uselang' ); } - function getRedirect() { + function getRedirect( $subpage ) { return SpecialPage::getTitleFor( 'Userlogin', 'signup' ); } } -- 2.20.1