Index: trunk/extensions/UsabilityInitiative/PrefSwitch/PrefSwitch.hooks.php |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | |
14 | 14 | public static function schema() { |
15 | 15 | global $wgExtNewTables; |
16 | | - $wgExtNewTables[] = array( 'prefswitch', dirname( __FILE__ ) . '/PrefSwitch.sql' ); |
| 16 | + $wgExtNewTables[] = array( 'prefswitch_survey', dirname( __FILE__ ) . '/PrefSwitch.sql' ); |
17 | 17 | return true; |
18 | 18 | } |
19 | 19 | public static function personalUrls( &$personal_urls, &$title ) { |