Skip to content
Snippets Groups Projects
Unverified Commit f69ad491 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #17033 from seamuslee001/5.25

Revert "temp workaround for #1675"
parents 9e4f1a47 92303dfe
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