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()) {
|
while ($this->profile->fetch()) {
|
||||||
$cnt++;
|
$cnt++;
|
||||||
if($cnt > PROFILES_PER_PAGE) {
|
if($cnt > PROFILES_PER_MINILIST) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$this->showProfile();
|
$this->showProfile();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user