summaryrefslogtreecommitdiff
path: root/protected/models/Verein.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/models/Verein.php')
-rw-r--r--protected/models/Verein.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/models/Verein.php b/protected/models/Verein.php
index e3984db..ee165b7 100644
--- a/protected/models/Verein.php
+++ b/protected/models/Verein.php
@@ -123,7 +123,7 @@ class Verein extends CActiveRecord
//$criteria->compare('startzeit','< '.$nowPlus);
//$criteria->compare("endzeit"," <= ".$now,'AND');
$criteria->condition = 'published = 1 ';
- $criteria->order = "isnull(bild), isnull(hintergrund) asc, name ASC";
+ $criteria->order = "isnull(bild) asc, isnull(hintergrund) asc, name ASC";
return new CActiveDataProvider($this, array(
'criteria'=>$criteria,
));