Add a couple of braces
authorSam Reed <reedy@users.mediawiki.org>
Thu, 1 Jul 2010 06:28:30 +0000 (06:28 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 1 Jul 2010 06:28:30 +0000 (06:28 +0000)
includes/SpecialPage.php

index 1987303..2bc123c 100644 (file)
@@ -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";