Skip to content

Commit

Permalink
Merge pull request #12317 from mattwire/grant_form_task
Browse files Browse the repository at this point in the history
dev/core#187 Fix typo in CRM_Grant_Form_Task that prevents retrieving session key from URL
  • Loading branch information
eileenmcnaughton authored Jun 21, 2018
2 parents 09e6644 + 75e38c1 commit 0234f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Grant/Form/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static function preProcessCommon(&$form) {
$form->_grantIds = $form->_componentIds = $ids;

//set the context for redirection for any task actions
$qfKey = CRM_Utils_Request::retrieve('qfKey', 'String', $this);
$qfKey = CRM_Utils_Request::retrieve('qfKey', 'String', $form);
$urlParams = 'force=1';
if (CRM_Utils_Rule::qfKey($qfKey)) {
$urlParams .= "&qfKey=$qfKey";
Expand Down

0 comments on commit 0234f5b

Please sign in to comment.