[Legacy] Fix default value for alert time

This commit is contained in:
Clemente Raposo 2023-03-14 11:40:07 +00:00
parent c62c3577b8
commit 7b0382c53a

View file

@ -328,7 +328,7 @@ class AddScheduledReminderAlerts
{
global $app_strings, $timedate, $db;
$default = $app_strings['MSG_JS_ALERT_MTG_REMINDER_NO_START_DATE'];
$default = '';
$dateStart = $relatedEvent->date_start ?? '';
if (!empty($dateStart)) {