Skip to content

Commit

Permalink
Fix typo in CRM_Grant_Form_Task that prevents retrieving session key …
Browse files Browse the repository at this point in the history
…from URL
  • Loading branch information
mattwire committed Jun 15, 2018
1 parent 58d4a38 commit 75e38c1
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 @@ -127,7 +127,7 @@ public static function preProcessCommon(&$form, $useTable = FALSE) {
$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 75e38c1

Please sign in to comment.