Skip to content

Commit

Permalink
Revert "[GT-187] Remove support for mutiple timezones"
Browse files Browse the repository at this point in the history
This reverts commit 949e465.
  • Loading branch information
Sae126V committed Aug 31, 2023
1 parent 949e465 commit 1983632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/web_portal/controllers/downtime/add_downtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function submit(\User $user = null) {
unset($downtimeInfo['IMPACTED_IDS']);

if (!count($siteLevelDetails) > 1) {
$downtimeInfo['SINGLE_TIMEZONE'] = true;
$downtimeInfo['SINGLE_SITE'] = true;
}

list(
Expand Down

0 comments on commit 1983632

Please sign in to comment.