Small changes in the code to make something run again...

This commit is contained in:
2019-05-26 16:15:20 +02:00
parent 92481a62ac
commit 5a359ad97a
6 changed files with 36 additions and 29 deletions

View File

@@ -12,7 +12,8 @@ class ClubsViewClubs extends HtmlView
function display($tpl = null)
{
// $this->offers = ClubsOffer::loadOffers();
$this->clubs = ClubsClub::loadClubs();
$factory = new CommonClubsModelFactoryClub();
$this->clubs = $factory->loadElements();
ToolbarHelper::title('Club-Management - Clubs');
parent::display($tpl);