From 5ae1b3f0d6eeda350d9c201000935267c05e106a Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 28 May 2008 17:50:17 +0000 Subject: [PATCH] Break long line --- includes/Title.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index a4d7d68624..4ddd57da6d 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -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 != '') { -- 2.20.1