r87603 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87602‎ | r87603 | r87604 >
Date:23:37, 6 May 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
rem dead global
Modified paths:
  • /trunk/extensions/Ratings/Ratings.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Ratings/Ratings.hooks.php
@@ -28,7 +28,7 @@
2929 if ( $wgDBtype == 'mysql' ) {
3030 // Set up the current schema.
3131 if ( $updater === null ) {
32 - global $wgExtNewTables, $wgExtNewIndexes, $wgExtNewFields;
 32+ global $wgExtNewTables, $wgExtNewIndexes;
3333
3434 $wgExtNewTables[] = array(
3535 'votes',

Status & tagging log