From: Niklas Laxström Date: Sun, 14 Oct 2007 14:38:29 +0000 (+0000) Subject: No idea what this is supposed to do, but at least this way it doesn't break special... X-Git-Tag: 1.31.0-rc.0~51143 X-Git-Url: https://git.cyclocoop.org/?a=commitdiff_plain;h=740441de227d140471bb26916ec9394f2dd83798;p=lhc%2Fweb%2Fwiklou.git No idea what this is supposed to do, but at least this way it doesn't break special:contributions, for example --- diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 2d98cf8b1e..10f334e36f 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -454,7 +454,7 @@ class SpecialPage wfProfileOut( __METHOD__ ); return false; } elseif ( !$including ) { - $wgTitle = $page->getTitle( SpecialPage::$mStripSubpages ? '' : $par ); + $wgTitle = $page->getTitle( SpecialPage::$mStripSubpages ? false : $par ); } $page->including( $including );