Skip to content

Commit

Permalink
fix parameter format
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Mar 4, 2020
1 parent b61b4be commit cdcba4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Upgrade/Incremental/php/FiveTwentyFour.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function upgrade_5_24_alpha1($rev) {
* @throws \CiviCRM_API3_Exception
*/
public static function installCreditNotes(CRM_Queue_TaskContext $ctx) {
civicrm_api3('Extension', 'install', ['sequentialcreditnotes']);
civicrm_api3('Extension', 'install', ['keys' => 'sequentialcreditnotes']);
return TRUE;
}

Expand Down

0 comments on commit cdcba4b

Please sign in to comment.