Unused global.
This commit is contained in:
parent
b572c9c147
commit
e12e9a6233
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ class CategoryViewer {
|
|||
}
|
||||
|
||||
function doCategoryQuery() {
|
||||
global $wgExperimentalCategorySort, $wgRequest, $wgContLang;
|
||||
global $wgExperimentalCategorySort, $wgContLang;
|
||||
|
||||
$dbr = wfGetDB( DB_SLAVE, 'category' );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue