Skip to content
Snippets Groups Projects
Commit 92303dfe authored by Seamus Lee's avatar Seamus Lee
Browse files

Revert "temp workaround for #1675"

This reverts commit fcd23b88.
parent 04758285
No related branches found
No related tags found
No related merge requests found
......@@ -156,11 +156,6 @@ 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