Commit fb008b5
authored
fix: avoid null array offset in rex_list::getSortColumn() under PHP 8.5 (#6586)
When the `list` request parameter matches the list name but no `sort`
parameter is present, `$sortColumn` is null. Passing it to
hasColumnOption() results in isset($this->columnOptions[null][...]).1 parent a7b5baf commit fb008b5
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4370 | 4370 | | |
4371 | 4371 | | |
4372 | 4372 | | |
4373 | | - | |
4374 | 4373 | | |
4375 | 4374 | | |
4376 | 4375 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
977 | 977 | | |
978 | 978 | | |
979 | 979 | | |
980 | | - | |
| 980 | + | |
981 | 981 | | |
982 | 982 | | |
983 | 983 | | |
| |||
0 commit comments