Skip to content

Commit

Permalink
Merge pull request #15835 from demeritcowboy/unused-reporturl
Browse files Browse the repository at this point in the history
[NFC] Remove unused variable not used since v4.4
  • Loading branch information
seamuslee001 authored Nov 12, 2019
2 parents 2cfdd8e + f35e8bc commit 8142296
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CRM/Case/Form/CaseView.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ public function preProcess() {
$this->_caseType = $caseTypeName;
$this->assign('caseDetails', $this->_caseDetails);

$reportUrl = CRM_Utils_System::url('civicrm/case/report',
"reset=1&cid={$this->_contactID}&caseid={$this->_caseID}&asn=",
FALSE, NULL, FALSE
);
$this->assign('reportUrl', $reportUrl);

// add to recently viewed

$url = CRM_Utils_System::url('civicrm/contact/view/case',
Expand Down

0 comments on commit 8142296

Please sign in to comment.