make the base method compatible with its various children (strict standard)
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 14 Dec 2006 20:34:07 +0000 (20:34 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 14 Dec 2006 20:34:07 +0000 (20:34 +0000)
includes/SpecialPage.php

index 5b892fd..50fd4da 100644 (file)
@@ -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;
        }