From 94bd077a4901dd1465c9fd53f8718138333efd08 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 14 Dec 2006 20:34:07 +0000 Subject: [PATCH] make the base method compatible with its various children (strict standard) --- includes/SpecialPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 5b892fda7a..50fd4da474 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -667,7 +667,7 @@ class SpecialPage * If the special page is a redirect, then get the Title object it redirects to. * False otherwise. */ - function getRedirect( $subpage = false ) { + function getRedirect( $subpage ) { return false; } -- 2.20.1