diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/replies.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/replies.php b/actions/replies.php index 29d01c4c9..a371f3787 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -71,7 +71,7 @@ class RepliesAction extends StreamAction { $reply->profile_id = $profile->id; - $reply->orderBy('created DESC'); + $reply->orderBy('modified DESC'); $page = ($this->arg('page')) ? ($this->arg('page')+0) : 1; |