Skip to content
Snippets Groups Projects
Commit bfae1c5e authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX M2M sendreview

parent 536c34c0
No related branches found
No related tags found
No related merge requests found
...@@ -447,6 +447,12 @@ else if(empty($_POST['values']) || !isset($_POST['action_id']) || empty($_POST[' ...@@ -447,6 +447,12 @@ else if(empty($_POST['values']) || !isset($_POST['action_id']) || empty($_POST['
$_POST['table'], $_POST['table'],
$arr_res[$i],'ACTION#'.$id_action, $id_action, $arr_res[$i],'ACTION#'.$id_action, $id_action,
$what, $_SESSION['config']['databasetype'], $_POST['module']); $what, $_SESSION['config']['databasetype'], $_POST['module']);
// SEND MESSAGE EXCHANGE REVIEW M2M
require_once "modules/sendmail/Controllers/MessageExchangeReviewController.php";
\Sendmail\Controllers\MessageExchangeReviewController::sendMessageExchangeReview(['res_id' => $arr_res[$i], 'action_id' => $id_action]);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment