diff options
Diffstat (limited to '')
-rw-r--r-- | view/allclosed.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/allclosed.php b/view/allclosed.php index 869cbc1..3e0cb0d 100644 --- a/view/allclosed.php +++ b/view/allclosed.php @@ -9,4 +9,5 @@ echo $tpl->render(array( 'next' => @$events[0], 'events' => $events, + 'last' => Conferences::getLastConference(), )); |