aboutsummaryrefslogtreecommitdiff
path: root/lib/models/ConsultationBooking.php
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2022-02-28 15:27:48 +0100
committerMoritz Strohm <strohm@data-quest.de>2022-02-28 15:27:48 +0100
commit5cd75100c6b5113ec84fa8ee5dabc88eb5d07e24 (patch)
tree57376f214795bfa9adf44722d86f0aa8595e0de0 /lib/models/ConsultationBooking.php
parentcfb83c977d05866902f8e8e26f41582c255a7fc3 (diff)
attemted to prevent event creationg in ConsultationSlot::updateEventsbiest-00671-2
Diffstat (limited to 'lib/models/ConsultationBooking.php')
-rw-r--r--lib/models/ConsultationBooking.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/ConsultationBooking.php b/lib/models/ConsultationBooking.php
index 3e02ba0..7a5e015 100644
--- a/lib/models/ConsultationBooking.php
+++ b/lib/models/ConsultationBooking.php
@@ -88,7 +88,7 @@ class ConsultationBooking extends SimpleORMap implements PrivacyObject
};
$config['registered_callbacks']['after_delete'][] = function (ConsultationBooking $booking) {
- $booking->slot->updateEvents();
+ $booking->slot->updateEvents(true);
};
parent::configure($config);