Skip to content
Snippets Groups Projects
Commit fd45fcdc authored by Satish's avatar Satish
Browse files

Fixes #762 - Vtiger 7.1 Follow record function is not working

parent 36f3ad74
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ class FollowRecordHandler extends VTEventHandler {
$mailer->AddCustomHeader("In-Reply-To", $generatedMessageId);
$mailer->AddAddress($toEmailId);
$response = $mailer->Send();
$response = $mailer->Send(true);
}
var $activeAdmin = '';
......
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