From 361d08355a6630b9080f976cb1e4215b41a9622d Mon Sep 17 00:00:00 2001 From: Moritz Strohm Date: Tue, 14 Oct 2025 07:46:35 +0000 Subject: delete_booking_notification mail: check for user-ID instead of just checking for the user object, fixes #5260 Closes #5260 Merge request studip/studip!3944 --- locale/de/LC_MAILS/delete_booking_notification.php | 12 +++++++++++- locale/en/LC_MAILS/delete_booking_notification.php | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/locale/de/LC_MAILS/delete_booking_notification.php b/locale/de/LC_MAILS/delete_booking_notification.php index 540bbac..aa010c7 100644 --- a/locale/de/LC_MAILS/delete_booking_notification.php +++ b/locale/de/LC_MAILS/delete_booking_notification.php @@ -1,3 +1,13 @@ + Ihre Buchung des Raumes name ?> am @@ -34,6 +44,6 @@ Es handelte sich um eine Sperrbuchung für die Veranstaltung - +id, ['nobody', 'form'])) : ?> Die Löschung wurde von getFullName() ?> vorgenommen. diff --git a/locale/en/LC_MAILS/delete_booking_notification.php b/locale/en/LC_MAILS/delete_booking_notification.php index 55bbc7e..c19433c 100644 --- a/locale/en/LC_MAILS/delete_booking_notification.php +++ b/locale/en/LC_MAILS/delete_booking_notification.php @@ -1,3 +1,13 @@ + Your booking of the room name ?> on @@ -34,6 +44,6 @@ The deleted lock booking belonged to course getFullName() ? - +id, ['nobody', 'form'])) : ?> The deletion has been made by getFullName() ?>. -- cgit v1.0