aboutsummaryrefslogtreecommitdiff
path: root/lib/models/ConsultationBooking.php
diff options
context:
space:
mode:
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);