Mercurial > hg > rc2
diff program/lib/Roundcube/rcube_message_header.php @ 21:73124dd49283
More cleaning up php8 Warnings/deprecations,
noticed that setting non-my-Dates mailboxes to sort on Date isn't sticky over ctrl-R
| author | Charlie Root |
|---|---|
| date | Thu, 09 Oct 2025 11:31:41 -0400 |
| parents | b6a96bdd6b29 |
| children | 303b85d5b561 |
line wrap: on
line diff
--- a/program/lib/Roundcube/rcube_message_header.php Wed Oct 08 09:42:21 2025 -0400 +++ b/program/lib/Roundcube/rcube_message_header.php Thu Oct 09 11:31:41 2025 -0400 @@ -252,7 +252,7 @@ $value = $this->{$this->obj_headers[$name]}; } else { - $value = $this->others[$name]; + $value = $this->others[$name]??null; } if ($decode) {
