teraßyte Posted November 25, 2023 Posted November 25, 2023 The template core > front > profile > allFollowers was updated in 4.7.14 to include type casting for the page value in the bottom pagination: {template="pagination" group="global" app="core" location="global" params="$url, ceil( $followersCount / 50 ), (int) \IPS\Request::i()->page ?: 1, 50"} However, the top pagination in the same template is still missing the (int) type casting: {template="pagination" group="global" app="core" location="global" params="$url, ceil( $followersCount / 50 ), \IPS\Request::i()->page ?: 1, 50"} wegorz23 and SeNioR- 2
Marc Posted November 27, 2023 Posted November 27, 2023 Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
Solution teraßyte Posted January 24 Author Solution Posted January 24 Looks like a fix for this bug was included in 4.7.15. Marking as solved. Marc 1
Recommended Posts