From cea9d2ae3d5353c369f1dcbf6fcd3273b8077940 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Wed, 28 Jul 2021 19:16:27 +0200 Subject: [PATCH] Fix searchpath for MR while updating --- pandora_console/godmode/um_client/lib/UpdateManager/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/um_client/lib/UpdateManager/Client.php b/pandora_console/godmode/um_client/lib/UpdateManager/Client.php index 3f76de4405..af6a4c7117 100644 --- a/pandora_console/godmode/um_client/lib/UpdateManager/Client.php +++ b/pandora_console/godmode/um_client/lib/UpdateManager/Client.php @@ -1673,7 +1673,7 @@ class Client ); $this->updateMR( - $this->productPath.'/extras/mr/'.$mr, + $this->extract_to.'/extras/mr/'.$mr, $this->dbhHistory, $historical_MR );