From: Chad Horohoe Date: Tue, 20 Aug 2013 01:16:10 +0000 (-0700) Subject: Fix super long line X-Git-Tag: 1.31.0-rc.0~18932 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=3c2b7246f1b9bbbdc88ab50d13d82536a259c443;p=lhc%2Fweb%2Fwiklou.git Fix super long line Change-Id: Ib76a2b6209137bcf18db9b756fa7406547611129 --- 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" ); } }