]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
notice_inbox.id -> notice_inbox.notice_id
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 12 Nov 2008 17:36:27 +0000 (12:36 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 12 Nov 2008 17:36:27 +0000 (12:36 -0500)
darcs-hash:20081112173627-5ed1f-7cee5b6f25ab654f066c8902492ed531fb1ea091.gz

classes/User.php

index 370aad07b1ae7523a4cc6aaf35a6a20e5e6b787c..916524b8e8ac90ceef33992780a70e46e261a67f 100644 (file)
@@ -335,7 +335,7 @@ class User extends Memcached_DataObject
                return Notice::getStream(sprintf($qry, $this->id),
                                                                 'user:notices_with_friends:' . $this->id,
                                                                 $offset, $limit, $since_id, $before_id,
-                                                                'ORDER BY notice_inbox.created DESC, notice_inbox.id DESC ');
+                                                                'ORDER BY notice_inbox.created DESC, notice_inbox.notice_id DESC ');
        }
        
        function blowFavesCache() {