r65378 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65377‎ | r65378 | r65379 >
Date:13:18, 21 April 2010
Author:tparscal
Status:ok
Tags:
Comment:
Fixed bug that causes update.php to throw errors - the schema function was using the wrong table name.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/PrefSwitch/PrefSwitch.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/PrefSwitch/PrefSwitch.hooks.php
@@ -12,7 +12,7 @@
1313
1414 public static function schema() {
1515 global $wgExtNewTables;
16 - $wgExtNewTables[] = array( 'prefswitch', dirname( __FILE__ ) . '/PrefSwitch.sql' );
 16+ $wgExtNewTables[] = array( 'prefswitch_survey', dirname( __FILE__ ) . '/PrefSwitch.sql' );
1717 return true;
1818 }
1919 public static function personalUrls( &$personal_urls, &$title ) {

Status & tagging log