Skip to content
Snippets Groups Projects
Commit fcd23b88 authored by DaveD's avatar DaveD
Browse files

temp workaround for #1675

parent 269f890e
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,11 @@ class CRM_Case_XMLProcessor_Process extends CRM_Case_XMLProcessor {
$this->createActivity($activityTypeXML, $params);
}
}
// @todo dev/core#1675 - This is a temporary regression fix. Needs a
// proper fix.
$tx = new CRM_Core_Transaction();
$tx->commit();
}
/**
......
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