jikan-me / jikan

Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
https://jikan.moe
MIT License
851 stars 94 forks source link

Bugfix/club members pagination #513

Closed irfan-dahir closed 1 year ago

irfan-dahir commented 1 year ago

attempts to fix #472 I think this is caused by a warning thrown due to a non existent array index when there's no pagination (just one page) on the club members listing page.

pushrbx commented 1 year ago

One note here: all the bits should be tested with php 8.1 to find similar problems for the other areas of the codebase as we are moving to that php version in the rest api.

irfan-dahir commented 1 year ago

@pushrbx Noted. Tested with PHP 8.1.2