Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurieux committed Apr 12, 2024
1 parent 59ba4df commit 3b9e1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/deployaction.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3b9e1d6

Please sign in to comment.