Skip to content
Snippets Groups Projects
Commit 9afae995 authored by Dave Greenberg's avatar Dave Greenberg
Browse files

CRM-13900 - Fix back to report URL.

----------------------------------------
* CRM-13900: Back to Report listing in Mailing Event reports has the wrong URL
  http://issues.civicrm.org/jira/browse/CRM-13900
parent 34188532
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ class CRM_Mailing_Page_Event extends CRM_Core_Page {
$backUrlTitle = ts('Back to Mailing');
}
else {
$backUrl = CRM_Utils_System::url('civicrm/mailing', 'reset=1');
$backUrl = CRM_Utils_System::url('civicrm/mailing/report', "reset=1&mid={$mailing_id}");
$backUrlTitle = ts('Back to Report');
}
......
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