Page MenuHomePhabricator

Special:ListDuplicatedFiles should use $this->msg not wfMessage
Closed, ResolvedPublic

Description

I made a mistake on one of my commits (24276faf6835). Really I should probably fix it myself, but we have pretty much no easy bugs that are multimedia related and people applying for multimedia-related gsoc projects need microtasks, so I'm turning it into an easy bug

In line 101 of includes/specials/SpecialListDuplicatedFiles.php - should use the method $this->msg( .. ) instead of doing wfMessage( .. ).


Version: unspecified
Severity: normal

Details

Reference
bz63110

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:03 AM
bzimport set Reference to bz63110.

Change 121129 had a related patch set uploaded by Rillke:
Replace wfMessage() with this->msg()

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

Change 121129 merged by jenkins-bot:
Replace wfMessage() with this->msg()

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