From: Raimond Spekking Date: Wed, 23 Jan 2008 19:42:34 +0000 (+0000) Subject: Fix PHP strict standard. Thanks to Siebrand. X-Git-Tag: 1.31.0-rc.0~49827 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=2cdff4cf67b77a3a7bb54c656a05bfe8a529ae3d;p=lhc%2Fweb%2Fwiklou.git Fix PHP strict standard. Thanks to Siebrand. --- 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' ); } }