From 3b9e1d63e5cc3c64c767e8f413554f85213619b4 Mon Sep 17 00:00:00 2001 From: David Durieux Date: Fri, 12 Apr 2024 08:58:28 +0200 Subject: [PATCH] Fix deploy --- inc/deployaction.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/deployaction.class.php b/inc/deployaction.class.php index 09b5603fe..ec7f3855b 100644 --- a/inc/deployaction.class.php +++ b/inc/deployaction.class.php @@ -577,7 +577,7 @@ function add_item($params) { $new_entry[$params['actionstype']] = $params; //get current order json - $data = json_decode($this->getJson($params['id']), true); + $data = json_decode($this->getJson($id), true); //add new entry $data['jobs'][$this->json_name][] = $new_entry;