Skip to content
Snippets Groups Projects
Unverified Commit 624faa8d authored by colemanw's avatar colemanw Committed by GitHub
Browse files

Merge pull request #16669 from demeritcowboy/audit-tpl-2

#1366 - CRM_Case_XMLProcessor_Report::run() is never called anymore
parents e7376fd8 b56a1f61
No related branches found
No related tags found
No related merge requests found
......@@ -28,25 +28,6 @@ class CRM_Case_XMLProcessor_Report extends CRM_Case_XMLProcessor {
public function __construct() {
}
/**
* @param int $clientID
* @param int $caseID
* @param string $activitySetName
* @param array $params
*
* @return mixed
*/
public function run($clientID, $caseID, $activitySetName, $params) {
$contents = self::getCaseReport($clientID,
$caseID,
$activitySetName,
$params,
$this
);
return CRM_Case_Audit_Audit::run($contents, $clientID, $caseID);
}
public function getRedactionRules() {
foreach (array(
'redactionStringRules',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment