Revert pagesize test value commited in 5205a3f0
This commit is contained in:
parent
5205a3f095
commit
5ef3bc68a0
|
@ -77,7 +77,7 @@ $events = array_values(array_filter(
|
||||||
<ul class="event-list">
|
<ul class="event-list">
|
||||||
<?php
|
<?php
|
||||||
$counter = 0;
|
$counter = 0;
|
||||||
$pageLimit = 1;
|
$pageLimit = 10;
|
||||||
|
|
||||||
for($i = ($pageLimit * ($page - 1)); $i < count($events) ;$i++){
|
for($i = ($pageLimit * ($page - 1)); $i < count($events) ;$i++){
|
||||||
if($counter == $pageLimit){
|
if($counter == $pageLimit){
|
||||||
|
|
Loading…
Reference in New Issue