Index: trunk/core/install/upgrades.php =================================================================== diff -u -N -r8039 -r8052 --- trunk/core/install/upgrades.php (.../upgrades.php) (revision 8039) +++ trunk/core/install/upgrades.php (.../upgrades.php) (revision 8052) @@ -19,7 +19,7 @@ /* @var $ml_helper kMultiLanguageHelper */ $lang_count = $ml_helper->getLanguageCount(); - $this->Application->UnitConfigReader->iterateConfigs( Array (&$this, 'updateTextFields', $lang_count) ); + $this->Application->UnitConfigReader->iterateConfigs(Array (&$this, 'updateTextFields'), $lang_count); } }