summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-11-12 12:36:27 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-11-12 12:36:27 -0500
commit0625f18c8e29bd840546136abe9e869b145fc497 (patch)
tree885c76fc027f453d5a49734964aa4c287a6bac8c
parent3987de1064de54c945d311fa8b0eab144504891a (diff)
notice_inbox.id -> notice_inbox.notice_id
darcs-hash:20081112173627-5ed1f-7cee5b6f25ab654f066c8902492ed531fb1ea091.gz
-rw-r--r--classes/User.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/User.php b/classes/User.php
index 370aad07b..916524b8e 100644
--- a/classes/User.php
+++ b/classes/User.php
@@ -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() {