mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 14:58:43 +02:00
Compiler: when creating a test environment, take the relevant delta file (source env != dest env)
SVN:trunk[2832]
This commit is contained in:
@@ -316,7 +316,7 @@ class RunTimeEnvironment
|
||||
}
|
||||
}
|
||||
|
||||
$sDeltaFile = APPROOT.'data/'.$sSourceEnv.'.delta.xml';
|
||||
$sDeltaFile = APPROOT.'data/'.$this->sTargetEnv.'.delta.xml';
|
||||
if (file_exists($sDeltaFile))
|
||||
{
|
||||
$oDelta = new MFDeltaModule($sDeltaFile);
|
||||
|
||||
Reference in New Issue
Block a user