WIP:Planned downtime copy.

This commit is contained in:
Calvo 2022-01-27 18:24:14 +01:00
parent a92fe64b64
commit 0b119af949

View File

@ -424,7 +424,7 @@ if ($create_downtime || $update_downtime) {
if ($downtime_copy) { if ($downtime_copy) {
$result = planned_downtimes_copy($id_downtime); $result = planned_downtimes_copy($id_downtime);
if ($result === true) { if ($result === true) {
ui_print_error_message(__('Successfully copied')); ui_print_success_message(__('Successfully copied'));
} else { } else {
ui_print_error_message(__('Could not be copied')); ui_print_error_message(__('Could not be copied'));
} }