Fix issue with reports creating invalid URLs when updated.
authorAnthony Nemirovsky <anemirovsky@giantrabbit.com>
Sat, 16 Aug 2014 00:39:34 +0000 (17:39 -0700)
committerAnthony Nemirovsky <anemirovsky@giantrabbit.com>
Sat, 16 Aug 2014 00:39:34 +0000 (17:39 -0700)
commitf37ea1c8573bf48ef3c846be46dc20155c43995f
treef3289ba0abcabf99a8670fbfc93d5b7b7ec2bfd2
parentffea413fa2b6ae36bc0c423f4e883443f809e6e2
Fix issue with reports creating invalid URLs when updated.

When updating a report, if the Report Settings is set to "Include Report in
Navigation Menu", the navigation url that is created is formatted like
/civicrm/report/instance/1_reset_1, which is incorrect. The correct URL
should be /civicrm/report/instance/1?reset=1.
CRM/Report/BAO/ReportInstance.php