X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftag.php;h=751e8dcec52e92ef65c5a5bdce6ba4ce1159109b;hb=833abbb1916425425173645ab3ddbb25638f420e;hp=09de8b3c25638973434ced16539b2c5e78716c42;hpb=c6b1b3e5e3ad1c47c7bd25b5bcfb0a8cb1cb2bb5;p=quix0rs-gnu-social.git diff --git a/actions/tag.php b/actions/tag.php index 09de8b3c25..751e8dcec5 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -46,7 +46,8 @@ class TagAction extends ManagedAction common_set_returnto($this->selfUrl()); - $this->notice = Notice_tag::getStream($this->tag, (($this->page-1)*NOTICES_PER_PAGE), NOTICES_PER_PAGE + 1); + $this->notice = Notice_tag::getStream($this->tag)->getNotices(($this->page-1)*NOTICES_PER_PAGE, + NOTICES_PER_PAGE + 1); if($this->page > 1 && $this->notice->N == 0){ // TRANS: Client error when page not found (404).