From f98dbf94f13874fd2c362729cb83ddeea51b85df Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 1 Jul 2010 06:28:30 +0000 Subject: [PATCH] Add a couple of braces --- includes/SpecialPage.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 1987303182..2bc123c527 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -631,8 +631,10 @@ for $name. Case mismatch?" ); break; } } - if ( !$found ) wfWarn( "Did not find alias for special page '$name'. + if ( !$found ) { + wfWarn( "Did not find alias for special page '$name'. Perhaps no page aliases are defined for it?" ); + } } if ( $subpage !== false && !is_null( $subpage ) ) { $name = "$name/$subpage"; -- 2.20.1