Fix placement of call to simplifyURL() function
authorSean Madsen <sean@seanmadsen.com>
Tue, 25 Jul 2017 18:25:35 +0000 (12:25 -0600)
committerSean Madsen <sean@seanmadsen.com>
Tue, 25 Jul 2017 18:25:35 +0000 (12:25 -0600)
commitb28ddfe8b60c79ce1fbf78dcf08140746dda0f16
tree5daae770532f883eab8dfa9650bf7ad569ad8a4c
parentc1a6fb1140db5aefe72568aa549e9b8d99bf633b
Fix placement of call to simplifyURL() function

Before this commit, the URL simplification was performed within the
$params array used as the *default* values, so these values got
over-written by the submitted values with array_merge().

This is a follow-up to changes made in #10720 bb80d2f
CRM/Contribute/BAO/ManagePremiums.php