Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/86372


Change subject: Fix string interpolation
......................................................................

Fix string interpolation

Followup to Ie0271de7. Sorry about that.

Change-Id: I09d9f1975bdfabffe44a6f69b5296cdcbf03a51e
---
M Cite_body.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cite 
refs/changes/72/86372/1

diff --git a/Cite_body.php b/Cite_body.php
index a7c6a4d..1b50333 100644
--- a/Cite_body.php
+++ b/Cite_body.php
@@ -289,7 +289,7 @@
 
                # Not clear how we could get here, but something is probably
                # wrong with the types.  Let's fail fast.
-               throw new MWException( 'Invalid $str and/or $key' );
+               throw new MWException( "Invalid $str and/or $key" );
        }
 
        /**

-- 
To view, visit https://gerrit.wikimedia.org/r/86372
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I09d9f1975bdfabffe44a6f69b5296cdcbf03a51e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cite
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to