Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Plugin, numberofitems in settings is not used #1547

Open
tezalsec opened this issue Oct 27, 2023 · 0 comments
Open

API Plugin, numberofitems in settings is not used #1547

tezalsec opened this issue Oct 27, 2023 · 0 comments

Comments

@tezalsec
Copy link

tezalsec commented Oct 27, 2023

As far as I can see, the numberOfItems value in the API plugin settings is not actually used, causing the getPages() function to always use the default value 10.

$numberOfItems = (isset($args['numberOfItems'])?$args['numberOfItems']:10);

Bludit version

Bludit 3.15

PHP version

8.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant