]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tag.php
oldschool settings adapted to FormAction
[quix0rs-gnu-social.git] / actions / tag.php
index 09de8b3c25638973434ced16539b2c5e78716c42..751e8dcec52e92ef65c5a5bdce6ba4ce1159109b 100644 (file)
@@ -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).