Demon has uploaded a new change for review.
https://gerrit.wikimedia.org/r/79966
Change subject: Fix super long line
......................................................................
Fix super long line
Change-Id: Ib76a2b6209137bcf18db9b756fa7406547611129
---
M includes/Wiki.php
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/66/79966/1
diff --git a/includes/Wiki.php b/includes/Wiki.php
index 998ec41..55805ba 100644
--- a/includes/Wiki.php
+++ b/includes/Wiki.php
@@ -307,7 +307,8 @@
$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" );
}
}
--
To view, visit https://gerrit.wikimedia.org/r/79966
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib76a2b6209137bcf18db9b756fa7406547611129
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Demon <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits