From: Sam Reed Date: Thu, 1 Jul 2010 06:28:30 +0000 (+0000) Subject: Add a couple of braces X-Git-Tag: 1.31.0-rc.0~36323 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22statistiques_visites%22%2C%22%22%29%20.%20%22?a=commitdiff_plain;h=f98dbf94f13874fd2c362729cb83ddeea51b85df;p=lhc%2Fweb%2Fwiklou.git Add a couple of braces --- 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";