Break long line
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 28 May 2008 17:50:17 +0000 (17:50 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 28 May 2008 17:50:17 +0000 (17:50 +0000)
includes/Title.php

index a4d7d68..4ddd57d 100644 (file)
@@ -1717,7 +1717,8 @@ class Title {
                # Backwards-compatibility: also load the restrictions from the page record (old format).
 
                if ( $oldFashionedRestrictions === NULL ) {
-                       $oldFashionedRestrictions = $dbr->selectField( 'page', 'page_restrictions', array( 'page_id' => $this->getArticleId() ), __METHOD__ );
+                       $oldFashionedRestrictions = $dbr->selectField( 'page', 'page_restrictions', 
+                               array( 'page_id' => $this->getArticleId() ), __METHOD__ );
                }
 
                if ($oldFashionedRestrictions != '') {