N°2207: Copy the content from the right source file into production.delta.prev.xml

This commit is contained in:
Stephen Abello
2019-06-03 12:36:05 +02:00
parent e886d80de6
commit 179c774ba8

View File

@@ -944,7 +944,7 @@ class RunTimeEnvironment
{
// Make a "previous" file
copy(
APPROOT.'data/'.$this->sTargetEnv.'.delta.xml',
APPROOT.'data/'.$this->sFinalEnv.'.delta.xml',
APPROOT.'data/'.$this->sFinalEnv.'.delta.prev.xml'
);
}