Skip to content
Snippets Groups Projects
Commit f32e66a0 authored by lobo's avatar lobo
Browse files

Merge pull request #2146 from davecivicrm/CRM-13900

CRM-13900 - Fix back to report URL.
parents 5e283292 9afae995
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