]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice_tag.php
Notice::getAsTimestamp() static function to look up the timestamp for a given notice...
[quix0rs-gnu-social.git] / classes / Notice_tag.php
index a5d0716a7136d6b00c073b0679f7afe273340eb0..6eada7022469f2c753b85771eb7a86682c67cc73 100644 (file)
@@ -60,7 +60,7 @@ class Notice_tag extends Memcached_DataObject
         }
 
         if ($max_id != 0) {
-            $nt->whereAdd('notice_id < ' . $max_id);
+            $nt->whereAdd('notice_id <= ' . $max_id);
         }
 
         $nt->orderBy('notice_id DESC');