Skip to content

Commit

Permalink
list conferences sorted on startpage
Browse files Browse the repository at this point in the history
  • Loading branch information
MaZderMind committed Dec 11, 2016
1 parent 8beec6f commit 4c9cc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/Conferences.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function getConferencesCount() {

public static function getActiveConferences() {
return array_values(array_filter(
Conferences::getConferences(),
Conferences::getConferencesSorted(),
function($conference) {
return !$conference->isClosed();
}
Expand Down

0 comments on commit 4c9cc1f

Please sign in to comment.