]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/replynoticestream.php
Merge branch 'master' into mmn_fixes
[quix0rs-gnu-social.git] / lib / replynoticestream.php
index 2c66fb3b3c1990c51b72ca3650332112d9e9cd40..9fea5cac1e5accdc62a77b65526d468c2ae7d8ea 100644 (file)
@@ -88,8 +88,8 @@ class RawReplyNoticeStream extends NoticeStream
 
         $reply->whereAdd(sprintf('reply.profile_id = %u', $this->userId));
 
-        Notice::addWhereSinceId($reply, $since_id, 'notice_id', 'modified');
-        Notice::addWhereMaxId($reply, $max_id, 'notice_id', 'modified');
+        Notice::addWhereSinceId($reply, $since_id, 'notice_id', 'reply.modified');
+        Notice::addWhereMaxId($reply, $max_id, 'notice_id', 'reply.modified');
 
         if (!empty($this->selectVerbs)) {
             $reply->joinAdd(array('notice_id', 'notice:id'));