summaryrefslogtreecommitdiff
path: root/includes/SpecialMostimages.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SpecialMostimages.php')
-rw-r--r--includes/SpecialMostimages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/SpecialMostimages.php b/includes/SpecialMostimages.php
index 09f71088..17c07c70 100644
--- a/includes/SpecialMostimages.php
+++ b/includes/SpecialMostimages.php
@@ -20,7 +20,7 @@ class MostimagesPage extends QueryPage {
function getSQL() {
$dbr =& wfGetDB( DB_SLAVE );
- extract( $dbr->tableNames( 'imagelinks' ) );
+ $imagelinks = $dbr->tableName( 'imagelinks' );
return
"
SELECT