diff --git a/setup/appupgradecopy.php b/setup/appupgradecopy.php index 43fb18ada..18fdd3e11 100644 --- a/setup/appupgradecopy.php +++ b/setup/appupgradecopy.php @@ -12,6 +12,7 @@ use Combodo\iTop\CoreUpdate\Service\CoreUpdater; function AppUpgradeCopyFiles($sSourceDir) { + CoreUpdater::CopyDir($sSourceDir, APPROOT); // Update Core update files $sSource = realpath($sSourceDir.'/datamodels/2.x/itop-core-update'); if ($sSource !== false)