Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to...
[lhc/web/wiklou.git] / includes / SpecialWhatlinkshere.php
index 438f52e..bed783f 100644 (file)
@@ -76,8 +76,6 @@ class WhatLinksHerePage {
 
                $dbr =& wfGetDB( DB_READ );
 
-               extract( $dbr->tableNames( 'pagelinks', 'templatelinks', 'page' ) );
-
                // Some extra validation
                $from = intval( $from );
                if ( !$from && $dir == 'prev' ) {