File tree Expand file tree Collapse file tree 2 files changed +0
-42
lines changed
library/Notifications/Util Expand file tree Collapse file tree 2 files changed +0
-42
lines changed Original file line number Diff line number Diff line change 1212use Icinga \Module \Notifications \Forms \RotationConfigForm ;
1313use Icinga \Module \Notifications \Forms \ScheduleForm ;
1414use Icinga \Module \Notifications \Model \Schedule ;
15- use Icinga \Module \Notifications \Util \ScheduleTimezoneStorage ;
1615use Icinga \Module \Notifications \Web \Control \TimezonePicker ;
1716use Icinga \Module \Notifications \Widget \Detail \ScheduleDetail ;
1817use Icinga \Module \Notifications \Widget \RecipientSuggestions ;
@@ -39,8 +38,6 @@ public function indexAction(): void
3938 $ this ->httpNotFound (t ('Schedule not found ' ));
4039 }
4140
42- ScheduleTimezoneStorage::setScheduleTimezone ($ schedule ->timezone );
43-
4441 $ this ->addTitleTab (sprintf (t ('Schedule: %s ' ), $ schedule ->name ));
4542
4643 $ this ->controls ->addHtml (
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments