summaryrefslogtreecommitdiff
path: root/includes/SpecialUncategorizedpages.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SpecialUncategorizedpages.php')
-rw-r--r--includes/SpecialUncategorizedpages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/SpecialUncategorizedpages.php b/includes/SpecialUncategorizedpages.php
index 0ecc5d07..dbf23a60 100644
--- a/includes/SpecialUncategorizedpages.php
+++ b/includes/SpecialUncategorizedpages.php
@@ -28,7 +28,7 @@ class UncategorizedPagesPage extends PageQueryPage {
function getSQL() {
$dbr =& wfGetDB( DB_SLAVE );
- extract( $dbr->tableNames( 'page', 'categorylinks' ) );
+ list( $page, $categorylinks ) = $dbr->tableNamesN( 'page', 'categorylinks' );
$name = $dbr->addQuotes( $this->getName() );
return