Paladox has uploaded a new change for review.
https://gerrit.wikimedia.org/r/305936
Change subject: Fix ConfirmAccount fatal caused by
I3d16e7b84094bc01e4faaefdce22c9586b314192
......................................................................
Fix ConfirmAccount fatal caused by I3d16e7b84094bc01e4faaefdce22c9586b314192
Change-Id: If8c06723efb3bcb85860bfc8ee67584f7a92a1b9
---
M frontend/specialpages/actions/ConfirmAccount_body.php
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ConfirmAccount
refs/changes/36/305936/2
diff --git a/frontend/specialpages/actions/ConfirmAccount_body.php
b/frontend/specialpages/actions/ConfirmAccount_body.php
index 51d3589..97bf519 100644
--- a/frontend/specialpages/actions/ConfirmAccount_body.php
+++ b/frontend/specialpages/actions/ConfirmAccount_body.php
@@ -135,7 +135,7 @@
$titleObj,
$this->msg( 'confirmaccount-showheld'
)->escaped(),
[],
- 'wpShowHeld=1'
+ [ 'wpShowHeld=1' ]
)
] );
} else {
@@ -151,7 +151,7 @@
$titleObj,
$this->msg( 'confirmaccount-showrej'
)->escaped(),
[],
- 'wpShowRejects=1'
+ [ 'wpShowRejects=1' ]
)
] );
} else {
@@ -167,7 +167,7 @@
$titleObj,
$this->msg( 'confirmaccount-showexp'
)->escaped(),
[],
- 'wpShowStale=1'
+ [ 'wpShowStale=1' ]
)
] );
} else {
--
To view, visit https://gerrit.wikimedia.org/r/305936
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If8c06723efb3bcb85860bfc8ee67584f7a92a1b9
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ConfirmAccount
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits