Index: trunk/extensions/Ratings/Ratings.hooks.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | if ( $wgDBtype == 'mysql' ) { |
30 | 30 | // Set up the current schema. |
31 | 31 | if ( $updater === null ) { |
32 | | - global $wgExtNewTables, $wgExtNewIndexes, $wgExtNewFields; |
| 32 | + global $wgExtNewTables, $wgExtNewIndexes; |
33 | 33 | |
34 | 34 | $wgExtNewTables[] = array( |
35 | 35 | 'votes', |