Closed pradpnayak closed 6 years ago
For security, let's cast the param to an integer before injecting it into a query. E.g.
$isDeleted = (int) CRM_Utils_Array::value('is_deleted', $params);
@colemanw I have just pushed the changes, can you please review?
Thanks @colemanw
https://github.com/civicrm/org.civicrm.civicase/issues/113