]> git.mxchange.org Git - friendica.git/commit
Move itemCount parameter from constructor to renderFull()
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 24 Oct 2018 15:42:59 +0000 (11:42 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 25 Oct 2018 04:07:16 +0000 (00:07 -0400)
commit7c0b591043b8c5183b1b697be9de772667f4778b
tree759cc0bded0adcc1bd2ae135bc4cfb2b5ea74138
parent14237a95998bed6a5fe5e7e9122970b9dea77a27
Move itemCount parameter from constructor to renderFull()

- Remove Pager->itemCount property and Pager->setItemCount() method
- Update usage
12 files changed:
mod/admin.php
mod/allfriends.php
mod/common.php
mod/directory.php
mod/dirfind.php
mod/match.php
mod/message.php
mod/photos.php
mod/videos.php
mod/viewcontacts.php
src/Content/Pager.php
src/Module/Contact.php