Unused global.

This commit is contained in:
Platonides 2010-07-27 12:20:22 +00:00
parent b572c9c147
commit e12e9a6233

View file

@ -260,7 +260,7 @@ class CategoryViewer {
}
function doCategoryQuery() {
global $wgExperimentalCategorySort, $wgRequest, $wgContLang;
global $wgExperimentalCategorySort, $wgContLang;
$dbr = wfGetDB( DB_SLAVE, 'category' );