From 179c774ba8ce2f892f8a642940d76c7398465d2d Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Mon, 3 Jun 2019 12:36:05 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02207:=20Copy=20the=20content=20from=20th?= =?UTF-8?q?e=20right=20source=20file=20into=20production.delta.prev.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/runtimeenv.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/runtimeenv.class.inc.php b/setup/runtimeenv.class.inc.php index 8bf2f97bd..3196c358d 100644 --- a/setup/runtimeenv.class.inc.php +++ b/setup/runtimeenv.class.inc.php @@ -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' ); }