From 9b19417e6cb5bc2ea575c0137a5d961408e963cd Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 14 Oct 2010 20:31:34 +0000 Subject: [PATCH] Followup r71426, not $nc it's $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 ce363745be..d2df1038c0 100644 --- a/includes/installer/PostgresUpdater.php +++ b/includes/installer/PostgresUpdater.php @@ -238,7 +238,7 @@ class PostgresUpdater extends DatabaseUpdater { } # Add missing extension fields - foreach ( $wgExtPGNewFields as $nc ) { + foreach ( $wgExtPGNewFields as $fieldRecord ) { $updates[] = array( 'addPgField', $fieldRecord[0], $fieldRecord[1], $fieldRecord[2] -- 2.20.1