Merge pull request #14589 from eileenmcnaughton/money
[civicrm-core.git] / api / v3 / Event.php
index 5f58ebc6755a8ad7b7e4352172dadd8bddf0b8e1..b3dbd7adcddc5658a359fdf6978eb76d6c5aff23 100644 (file)
@@ -254,7 +254,7 @@ function _civicrm_api3_event_getlist_output($result, $request) {
         'id' => $row[$request['id_field']],
         'label' => $row[$request['label_field']],
         'description' => [
-          CRM_Core_Pseudoconstant::getLabel('CRM_Event_BAO_Event', 'event_type_id', $row['event_type_id']),
+          CRM_Core_PseudoConstant::getLabel('CRM_Event_BAO_Event', 'event_type_id', $row['event_type_id']),
         ],
       ];
       if (!empty($row['start_date'])) {