Index: trunk/phase3/maintenance/dumpInterwiki.php |
— | — | @@ -163,7 +163,7 @@ |
164 | 164 | $this->makeLanguageLinks ( $site, "_" . $site->suffix ); |
165 | 165 | } |
166 | 166 | |
167 | | - foreach ( $dblist as $db ) { |
| 167 | + foreach ( $this->dblist as $db ) { |
168 | 168 | if ( isset( $this->specials[$db] ) ) { |
169 | 169 | # Special wiki |
170 | 170 | # Has interwiki links and interlanguage links to wikipedia |