Fix globalusage link

Change-Id: Iec3aeef2e807fbc65212dbcb156ae5d9bd39bb9c
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/44
This commit is contained in:
Gergő Tisza 2014-01-31 18:46:20 +00:00
parent 5d47d1da3d
commit 416f04bf3b

View file

@ -197,7 +197,7 @@
// TODO special page name should be localized
return new mw.Uri( mw.config.get( 'wgScript' ) ).extend( {
title: 'Special:GlobalUsage',
target: file.getPrefixedDb(),
target: file.getMain(),
filterlocal: 1
} ).toString();
};