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

Merge pull request #740 from JoeMurray/CRM-12603

fixing args passed to hook pre
parents 64793998 82756a3b
No related branches found
No related tags found
No related merge requests found
......@@ -300,7 +300,7 @@ class CRM_Grant_Form_Grant extends CRM_Core_Form {
}
if ($this->_action & CRM_Core_Action::UPDATE) {
$ids['grant'] = $this->_id;
$ids['grant_id'] = $this->_id;
}
// get the submitted form values.
......
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