Fix super long line
authorChad Horohoe <chadh@wikimedia.org>
Tue, 20 Aug 2013 01:16:10 +0000 (18:16 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Tue, 20 Aug 2013 01:16:10 +0000 (18:16 -0700)
Change-Id: Ib76a2b6209137bcf18db9b756fa7406547611129

includes/Wiki.php

index 998ec41..55805ba 100644 (file)
@@ -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" );
                        }
                }