summaryrefslogtreecommitdiff
path: root/includes/SpecialWantedcategories.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SpecialWantedcategories.php')
-rw-r--r--includes/SpecialWantedcategories.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/SpecialWantedcategories.php b/includes/SpecialWantedcategories.php
index 97bb0a26..05ee7ec0 100644
--- a/includes/SpecialWantedcategories.php
+++ b/includes/SpecialWantedcategories.php
@@ -22,7 +22,7 @@ class WantedCategoriesPage extends QueryPage {
function getSQL() {
$dbr =& wfGetDB( DB_SLAVE );
- extract( $dbr->tableNames( 'categorylinks', 'page' ) );
+ list( $categorylinks, $page ) = $dbr->tableNamesN( 'categorylinks', 'page' );
$name = $dbr->addQuotes( $this->getName() );
return
"