N°4666 - Core Update : handle modules

This commit is contained in:
Eric Espie
2022-05-20 09:42:14 +02:00
parent ca3aae23a1
commit 2a9c9be36a

View File

@@ -12,6 +12,7 @@ use Combodo\iTop\CoreUpdate\Service\CoreUpdater;
function AppUpgradeCopyFiles($sSourceDir) function AppUpgradeCopyFiles($sSourceDir)
{ {
CoreUpdater::CopyDir($sSourceDir, APPROOT);
// Update Core update files // Update Core update files
$sSource = realpath($sSourceDir.'/datamodels/2.x/itop-core-update'); $sSource = realpath($sSourceDir.'/datamodels/2.x/itop-core-update');
if ($sSource !== false) if ($sSource !== false)