Index: trunk/phase3/includes/CategoryPage.php |
— | — | @@ -260,7 +260,7 @@ |
261 | 261 | } |
262 | 262 | |
263 | 263 | function doCategoryQuery() { |
264 | | - global $wgExperimentalCategorySort, $wgRequest, $wgContLang; |
| 264 | + global $wgExperimentalCategorySort, $wgContLang; |
265 | 265 | |
266 | 266 | $dbr = wfGetDB( DB_SLAVE, 'category' ); |
267 | 267 | |