diff options
Diffstat (limited to 'protected/views/veranstaltung/index.php')
| -rw-r--r-- | protected/views/veranstaltung/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/views/veranstaltung/index.php b/protected/views/veranstaltung/index.php index c7e1145..4415f85 100644 --- a/protected/views/veranstaltung/index.php +++ b/protected/views/veranstaltung/index.php @@ -13,7 +13,7 @@ $this->menu=array( <?php $this->widget('zii.widgets.CListView', array( - 'dataProvider'=>$model->published()->sorted()->search(), + 'dataProvider'=>$model->published()->thisYear()->sorted()->search(), 'itemView'=>'_short_all', // refers to the partial view named '_post' 'sortableAttributes'=>array( 'startzeit', 'titel' |
