X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FNotice_tag.php;h=b864de80092b31001b03a8048519b0ab97b6e5ee;hb=fde3b99e8ec1a95b787ac0003bec4ce5c24ad0ea;hp=3d7658a1acfe19ed64e08f2c0d6ee152f43c2e4c;hpb=29620619b572e484c11458c53eb1e5f6d29e4569;p=quix0rs-gnu-social.git diff --git a/classes/Notice_tag.php b/classes/Notice_tag.php index 3d7658a1ac..b864de8009 100644 --- a/classes/Notice_tag.php +++ b/classes/Notice_tag.php @@ -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)