- Issue created by @phjou
- Status changed to Fixed
4 months ago 9:34pm 12 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.
Need to check that the value is set before accessing the array or it triggers a warning.
$body = (!empty($body)) ? $body[0]['value'] : NULL;
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.