Changes between Initial Version and Version 1 of Ticket #57401, comment 2
- Timestamp:
- 10/24/2023 02:29:07 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57401, comment 2
initial v1 8 8 }}} 9 9 10 The problem is that $ elements['page'];can evaluate to 0, yielding an invalid negative index on line 330. I fixed this be replacing line 330 with10 The problem is that $page_no can evaluate to 0, yielding an invalid negative index on line 330. I fixed this be replacing line 330 with 11 11 12 12 {{{#!php