Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / actions / tag.php
index 8631082467b44ccf71cdf1bb7599dd455fcd7a00..9159e7c043b9509c28787bfb0a109c50facae7f4 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).