Skip to content

Commit

Permalink
Dewarn
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Feb 27, 2025
1 parent c87c0f1 commit 8a2225a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/settings/s_response.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,11 @@ function apply_response_req(Si $si, SettingValues $sv) {
foreach ($sv->oblist_keys("response") as $ctr) {
$rs = $sv->newv("response/{$ctr}");
'@phan-var-force Response_Setting $rs';
if ($rs->deleted) {
$this->round_delete[] = $rs->id;
} else {
if (!$rs->deleted) {
$sv->check_date_before("response/{$ctr}/open", "response/{$ctr}/done", false);
array_splice($rss, $rs->name === "" ? 0 : count($rss), 0, [$rs]);
} else if ($rs->id !== null) {
$this->round_delete[] = $rs->id;
}
}

Expand Down

0 comments on commit 8a2225a

Please sign in to comment.