https://bugzilla.wikimedia.org/show_bug.cgi?id=23136
Lejonel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Lejonel <[email protected]> 2010-04-10 11:38:04 UTC --- I do not see it either on commons. Looking in the code I find in function hasResults in http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/GlobalUsage/SpecialGlobalUsage.php?revision=64450&view=markup#l230 if ( !$file->exists() || $file->getRepoName() == 'local' ) return false; All files on commons are local. So I think hasResults returns false. And the code that displays global usage only display if hasResults is true. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
