[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Default maxRecords value handling in tiki-listpages.php
"Bruno Kambere \(@kambereBr\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <688df66c3f7b2_2cf6b37085356@gitlab-sidekiq-low-urgency-cpu-bound-v2-655597b6c5-qkxwl.mail> |
Bruno Kambere pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
4a4b77f2 by Yves Ngalamulume at 2025-08-02T14:20:55+03:00
[FIX] Default maxRecords value handling in tiki-listpages.php
---
* [FIX] Fix default maxRecords value handling in tiki-listpages.php
See merge request tikiwiki/tiki!8149
- - - - -
1 changed file:
- tiki-listpages.php
Changes:
=====================================
tiki-listpages.php
=====================================
@@ -136,6 +136,7 @@ if (! empty($multiprint_pages)) {
// it will default to 1 recovering information for today
if (isset($_REQUEST['maxRecords'])) {
$maxRecords = $_REQUEST['maxRecords'];
+ $smarty->assign('maxRecords', $maxRecords);
} else {
$maxRecords = -1;
}
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/4a4b77f2e0a2b61ca901b7db2ff390db3e4fb76a
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/4a4b77f2e0a2b61ca901b7db2ff390db3e4fb76a
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs