Ori.livneh has submitted this change and it was merged. Change subject: Avoid use of deprecated wfMsg ......................................................................
Avoid use of deprecated wfMsg Tests fail with "Use of wfMsg was deprecated in MediaWiki 1.21.", so switch to $this->msg() (thanks Ori) and $this->msg()->text() (thanks Matt). Change-Id: Ib94e2c0145bcecf4dc7c2efec88ce6e15cc26b17 --- M api/ApiAccountCreation.php 1 file changed, 5 insertions(+), 6 deletions(-) Approvals: Ori.livneh: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/38818 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib94e2c0145bcecf4dc7c2efec88ce6e15cc26b17 Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/extensions/E3Experiments Gerrit-Branch: master Gerrit-Owner: Spage <[email protected]> Gerrit-Reviewer: Mattflaschen <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: Spage <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
