programupdate default order (show newest entries first)
This commit is contained in:
parent
d269e89504
commit
74f6f34b16
@ -49,7 +49,8 @@ class ProgramUpdates extends CActiveRecord
|
||||
'ProgramUpdatesLog',
|
||||
[
|
||||
'programname' => 'Name'
|
||||
]
|
||||
],
|
||||
'order'=>'date DESC'
|
||||
],
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user