r75498 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75497‎ | r75498 | r75499 >
Date:01:41, 27 October 2010
Author:awjrichards
Status:ok
Tags:
Comment:
Note to self: syntax check before commit
Modified paths:
  • /civicrm/trunk/sites/all/modules/wmf_owa/wmf_owa.module (modified) (history)

Diff [purge]

Index: civicrm/trunk/sites/all/modules/wmf_owa/wmf_owa.module
@@ -91,7 +91,7 @@
9292 // load the contribution object
9393 civicrm_initialize(true);
9494 require_once 'api/v2/Contribute.php';
95 - $params = array( 'contribution_id' => $contribution_id ) );
 95+ $params = array( 'contribution_id' => $contribution_id );
9696 $contribution =& civicrm_contribution_get( $params );
9797
9898 // note that we cast the contribution as an object so wmf_owa_prepare_owa_query can work with it correctly

Status & tagging log