Replace wfMessage() with this->msg()
authorrillke <rainerrillke@hotmail.com>
Wed, 26 Mar 2014 18:55:28 +0000 (19:55 +0100)
committerrillke <rainerrillke@hotmail.com>
Wed, 26 Mar 2014 19:04:44 +0000 (20:04 +0100)
commit3dc4981dfbfe47531824aead2f3db086980e883e
treed1ce0111fc93a9a8c2d77a76d3c766e2e1932b52
parentac5eb9af929a2a71d990a080a8853ae0dc1a3109
Replace wfMessage() with this->msg()

QueryPage inherits from SpecialPage and thus $this->msg() returns
a message with context set to the appropriate request context
(language and title).

Bug: 63110
Change-Id: Iaf9252e5a25eb618d7c1975fdb6e5ff96a50225b
includes/specials/SpecialListDuplicatedFiles.php