summaryrefslogtreecommitdiff
path: root/actions/peopletag.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/peopletag.php')
-rw-r--r--actions/peopletag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/peopletag.php b/actions/peopletag.php
index 102a7d744..c508e0594 100644
--- a/actions/peopletag.php
+++ b/actions/peopletag.php
@@ -70,7 +70,7 @@ class PeopletagAction extends Action {
'ON profile.id = profile_tag.tagger ' .
'WHERE profile_tag.tagger = profile_tag.tagged ' .
'AND tag = "%s" ' .
- 'ORDER BY profile_tag.created DESC ' .
+ 'ORDER BY profile_tag.modified DESC ' .
$lim, $tag));
$pl = new ProfileList($profile);