Change loop limit for minilist
This commit is contained in:
parent
f980089dd4
commit
516424cccd
@ -55,7 +55,7 @@ class ProfileMiniList extends ProfileList
|
||||
|
||||
while ($this->profile->fetch()) {
|
||||
$cnt++;
|
||||
if($cnt > PROFILES_PER_PAGE) {
|
||||
if($cnt > PROFILES_PER_MINILIST) {
|
||||
break;
|
||||
}
|
||||
$this->showProfile();
|
||||
|
Loading…
Reference in New Issue
Block a user