From 46a4b376f85528b34e1696c84d146ee21aa93160 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 28 Sep 2023 11:15:25 +1300 Subject: [PATCH] Run gencode --- CRM/Event/DAO/Participant.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Event/DAO/Participant.php b/CRM/Event/DAO/Participant.php index dee37a6c53..62f514a41b 100644 --- a/CRM/Event/DAO/Participant.php +++ b/CRM/Event/DAO/Participant.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/Participant.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3faebf0fa49dd7b3bf527bd082dd1fb7) + * (GenCodeChecksum:54acecd8443b824933d1cae2e77b2f8e) */ /** @@ -47,7 +47,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { 'add' => 'civicrm/participant/add?action=add&context=standalone&reset=1', 'view' => 'civicrm/contact/view/participant?id=[id]&cid=[contact_id]&action=view&reset=1', 'update' => 'civicrm/contact/view/participant?id=[id]&cid=[contact_id]&action=update&reset=1', - 'delete' => 'civicrm/contact/view/participant?id=[id]&cid=[contact_id]&action=delete&reset=1', + 'delete' => 'civicrm/participant/delete?id=[id]&reset=1', ]; /** -- 2.25.1