Skip to content
Snippets Groups Projects
Commit ed826e00 authored by totten's avatar totten
Browse files

CRM-13615 - Fix PHP error

----------------------------------------
* CRM-13615: Implement API for Scheduled Reminders
  http://issues.civicrm.org/jira/browse/CRM-13615
parent e790a8cb
No related branches found
No related tags found
No related merge requests found
......@@ -495,7 +495,7 @@ WHERE cas.entity_value = $id AND
* @static
*
*/
static function add(&$params, &$ids) {
static function add(&$params, &$ids = NULL) {
$actionSchedule = new CRM_Core_DAO_ActionSchedule();
$actionSchedule->copyValues($params);
......
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