Skip to content

Commit

Permalink
Fix typo in APIv3 call to OptionValue.getsingle
Browse files Browse the repository at this point in the history
  • Loading branch information
jensschuppe committed May 8, 2024
1 parent c966d7e commit 4099961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Civioffice/Form/LiveSnippet.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function preProcess()
}
try {
$this->option_value = civicrm_api3(
'Optionvalue',
'OptionValue',
'getsingle',
[
'id' => $option_value_id,
Expand Down Expand Up @@ -170,4 +170,4 @@ public function postProcess()

parent::postProcess();
}
}
}

0 comments on commit 4099961

Please sign in to comment.