mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 00:58:48 +02:00
Forgot datamodels/1.x
This commit is contained in:
@@ -17,5 +17,10 @@ function AppUpgradeCopyFiles($sSourceDir)
|
||||
$sSource = realpath($sSourceDir.'/datamodels/2.x/itop-core-update');
|
||||
if ($sSource !== false) {
|
||||
CoreUpdater::CopyDir($sSource, APPROOT.'env-production/itop-core-update');
|
||||
} else {
|
||||
$sSource = realpath($sSourceDir.'/datamodels/1.x/itop-core-update');
|
||||
if ($sSource !== false) {
|
||||
CoreUpdater::CopyDir($sSource, APPROOT.'env-production/itop-core-update');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user