]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix timestamp name
authorEvan Prodromou <evan@prodromou.name>
Thu, 20 Nov 2008 22:49:18 +0000 (17:49 -0500)
committerEvan Prodromou <evan@prodromou.name>
Thu, 20 Nov 2008 22:49:18 +0000 (17:49 -0500)
darcs-hash:20081120224918-84dde-c964bdb77618d6a208efe581dd570b6ea1e23e7d.gz

actions/peopletag.php

index 102a7d7441f4c653732d0cec1c2cf4375fdb68e4..c508e05943c50382cb6f9d966a0b7bb31418381a 100644 (file)
@@ -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);