fixed number mismatch declerations

This commit is contained in:
kremsy
2020-04-21 17:44:41 +02:00
parent ffd46c3cdd
commit 06b3893a27
3 changed files with 4 additions and 7 deletions

View File

@ -387,9 +387,7 @@ class Paging extends ScriptFeature
if (!is_int($maxPageNumber)) {
$maxPageNumber = $maxPage->getPageNumber();
}
$pagingId = $maxPage->getControl()
->getId(true, true);
$pagingId = Builder::escapeText($maxPage->getControl()
->getId());
$pageLabelId = Builder::EMPTY_STRING;