Small whitespace cleanup
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Wed, 16 Jan 2013 09:53:47 +0000 (09:53 +0000)
committerNiklas Laxström <niklas.laxstrom@gmail.com>
Wed, 16 Jan 2013 09:54:05 +0000 (09:54 +0000)
Change-Id: I8a3ad0f81cf66c4a3a95f0ea45d04cdb39095607

includes/Title.php

index e02396b..dc76910 100644 (file)
@@ -3504,9 +3504,11 @@ class Title {
                if ( !$wgContentHandlerUseDB &&
                                $this->getContentModel() !== $nt->getContentModel() ) {
                        // can't move a page if that would change the page's content model
-                       $errors[] = array( 'bad-target-model',
-                                                       ContentHandler::getLocalizedName( $this->getContentModel() ),
-                                                       ContentHandler::getLocalizedName( $nt->getContentModel() ) );
+                       $errors[] = array(
+                               'bad-target-model',
+                               ContentHandler::getLocalizedName( $this->getContentModel() ),
+                               ContentHandler::getLocalizedName( $nt->getContentModel() )
+                       );
                }
 
                // Image-specific checks