Index: trunk/phase3/maintenance/tests/MediaWiki_Setup.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | $oldTableNames = array(); |
11 | 11 | foreach( $tables as $table ) |
12 | 12 | $oldTableNames[$table] = $db->tableName( $table ); |
13 | | - if($wgDBtype == 'oracle') { |
| 13 | + if($db->getType() == 'oracle') { |
14 | 14 | $wgDBprefix === 'pt_'; |
15 | 15 | } else { |
16 | 16 | $wgDBprefix === 'parsertest_'; |