From 2a9c9be36ae79e1a57eaabb6ca802d29526c99c3 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Fri, 20 May 2022 09:42:14 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04666=20-=20Core=20Update=20:=20handle=20?= =?UTF-8?q?modules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/appupgradecopy.php | 1 + 1 file changed, 1 insertion(+) 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)