Skip to content
Snippets Groups Projects
Commit 4cc5a401 authored by Uma's avatar Uma
Browse files

Fixes #1494 Send reminder fatal error

parent 65d8f4ce
No related branches found
No related tags found
1 merge request!734Fixes #1494 Send reminder fatal error
......@@ -94,7 +94,7 @@ if($adb->num_rows($result) >= 1)
$activitymode = ($result_set['activitytype'] == "Task")?"Task":"Events";
$parent_type = $result_set['setype'];
$activity_sub = $result_set['subject'];
$to_addr='';
$to_addr= array();
if($parent_type!='')
$parent_content = getParentInfo($parent_type)."\n";
......
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