Revert pagesize test value commited in 5205a3f0

This commit is contained in:
Peder Bergebakken Sundt 2018-08-12 00:59:28 +02:00
parent 5205a3f095
commit 5ef3bc68a0
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ $events = array_values(array_filter(
<ul class="event-list">
<?php
$counter = 0;
$pageLimit = 1;
$pageLimit = 10;
for($i = ($pageLimit * ($page - 1)); $i < count($events) ;$i++){
if($counter == $pageLimit){