Index: branches/RC/core/install/upgrades.php =================================================================== diff -u -N -r11572 -r11599 --- branches/RC/core/install/upgrades.php (.../upgrades.php) (revision 11572) +++ branches/RC/core/install/upgrades.php (.../upgrades.php) (revision 11599) @@ -675,6 +675,7 @@ function Upgrade_5_0_0($mode) { if ($mode == 'before') { + $this->_removeDuplicatePhrases(); // because In-Commerce & In-Link share some phrases with Proj-CMS $this->_createProjCMSTables(); }