]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice_tag.php
Less redundant code, please
[quix0rs-gnu-social.git] / classes / Notice_tag.php
index 3d7658a1acfe19ed64e08f2c0d6ee152f43c2e4c..b864de80092b31001b03a8048519b0ab97b6e5ee 100644 (file)
@@ -56,8 +56,7 @@ class Notice_tag extends Managed_DataObject
     static function getStream($tag, $offset=0, $limit=20, $sinceId=0, $maxId=0)
     {
         $stream = new TagNoticeStream($tag);
-        
-        return $stream->getNotices($offset, $limit, $sinceId, $maxId);
+        return $stream;
     }
 
     function blowCache($blowLast=false)