From: Sam Reed Date: Thu, 14 Oct 2010 20:34:01 +0000 (+0000) Subject: Another followup to r71426, $ni to $fieldRecord X-Git-Tag: 1.31.0-rc.0~34497 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=a4cebd898ab5e8bb65531d333c4d9967f9d4c639;p=lhc%2Fweb%2Fwiklou.git Another followup to r71426, $ni to $fieldRecord --- diff --git a/includes/installer/PostgresUpdater.php b/includes/installer/PostgresUpdater.php index d2df1038c0..ed57098681 100644 --- a/includes/installer/PostgresUpdater.php +++ b/includes/installer/PostgresUpdater.php @@ -254,7 +254,7 @@ class PostgresUpdater extends DatabaseUpdater { } # Add missing extension indexes - foreach ( $wgExtNewIndexes as $ni ) { + foreach ( $wgExtNewIndexes as $fieldRecord ) { $updates[] = array( 'addPgExtIndex', $fieldRecord[0], $fieldRecord[1], $fieldRecord[2]