From 740441de227d140471bb26916ec9394f2dd83798 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 14 Oct 2007 14:38:29 +0000 Subject: [PATCH] No idea what this is supposed to do, but at least this way it doesn't break special:contributions, for example --- includes/SpecialPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1