From 3c2b7246f1b9bbbdc88ab50d13d82536a259c443 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 19 Aug 2013 18:16:10 -0700 Subject: [PATCH] Fix super long line Change-Id: Ib76a2b6209137bcf18db9b756fa7406547611129 --- includes/Wiki.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/Wiki.php b/includes/Wiki.php index 998ec41a2f..55805baeda 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -307,7 +307,8 @@ class MediaWiki { $output->redirect( $article ); } else { wfProfileOut( __METHOD__ ); - throw new MWException( "Shouldn't happen: MediaWiki::initializeArticle() returned neither an object nor a URL" ); + throw new MWException( "Shouldn't happen: MediaWiki::initializeArticle()" + . " returned neither an object nor a URL" ); } } -- 2.20.1