From a4cebd898ab5e8bb65531d333c4d9967f9d4c639 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 14 Oct 2010 20:34:01 +0000 Subject: [PATCH] Another followup to r71426, $ni to $fieldRecord --- includes/installer/PostgresUpdater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.20.1