summaryrefslogtreecommitdiff
path: root/actions/replies.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-07 02:37:31 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-07 02:37:31 -0400
commitdcb6ee85448c555c43d8a0260d85f901a662df7b (patch)
tree5025240fbfd28c95d61d97f3b9f7d5993bc4e79a /actions/replies.php
parentaf2fdd0c7ba78cb53c9d1919944faba3bdeaac53 (diff)
created -> modified in Reply
darcs-hash:20080707063731-84dde-0ce24e15c33d1d12e4e2ea1e05129ae6de84cb0e.gz
Diffstat (limited to 'actions/replies.php')
-rw-r--r--actions/replies.php2
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;