summaryrefslogtreecommitdiff
path: root/protected/views/verein/index.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--protected/views/verein/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/protected/views/verein/index.php b/protected/views/verein/index.php
index 5c03339..1e447a0 100644
--- a/protected/views/verein/index.php
+++ b/protected/views/verein/index.php
@@ -11,10 +11,10 @@ $this->menu=array(
<h2>Vereine</h2>
<?php $this->widget('zii.widgets.CListView', array(
- 'dataProvider'=>$model->search(),
+ 'dataProvider'=>$model->listPublic(),
'itemView'=>'_short', // refers to the partial view named '_post'
- 'sortableAttributes'=>array(
+ /*'sortableAttributes'=>array(
'name',
- /*'create_time'=>'Post Time',*/
- ),
+ /*'create_time'=>'Post Time',
+ ),*/
));?>