Skip to content

Commit

Permalink
Fix event limit for box not working
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcoder87 committed Mar 30, 2018
1 parent f3231b7 commit 0e01096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/modules/events/boxes/Events.php
Expand Up @@ -30,7 +30,7 @@ public function render()
}
}

$this->getView()->set('eventList', $eventMapper->getEventListUpcoming($config->get('event_boxEventLimit')))
$this->getView()->set('eventList', $eventMapper->getEventListUpcoming($config->get('event_box_event_limit')))
->set('readAccess', $readAccess);
}
}

0 comments on commit 0e01096

Please sign in to comment.