Index: civicrm/trunk/sites/all/modules/wmf_owa/wmf_owa.module |
— | — | @@ -91,7 +91,7 @@ |
92 | 92 | // load the contribution object |
93 | 93 | civicrm_initialize(true); |
94 | 94 | require_once 'api/v2/Contribute.php'; |
95 | | - $params = array( 'contribution_id' => $contribution_id ) ); |
| 95 | + $params = array( 'contribution_id' => $contribution_id ); |
96 | 96 | $contribution =& civicrm_contribution_get( $params ); |
97 | 97 | |
98 | 98 | // note that we cast the contribution as an object so wmf_owa_prepare_owa_query can work with it correctly |