Index: install.php =================================================================== --- install.php (revision 13780) +++ install.php (working copy) @@ -1366,9 +1366,8 @@ return $path; } - $version = $this->toolkit->ConvertModuleVersion($version); - - if ($version < $this->toolkit->ConvertModuleVersion('5.1.0')) { + if (!preg_match('/^modules\//', $path)) { + // upgrade from 5.0.x/1.0.x to 5.1.x/1.1.x return 'modules/' . $path; }