Update reactionmodel to use SortField
This commit is contained in:
parent
b5a16c3657
commit
2c4ad1d48c
@ -41,7 +41,7 @@ class ReactionModel extends Gdn_Model {
|
||||
self::$_Actions = $this->SQL
|
||||
->Select()
|
||||
->From('Action')
|
||||
->OrderBy('ActionID')
|
||||
->OrderBy('Sort')
|
||||
->Get()
|
||||
->Result();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user