]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/userrss.php
Merge branch 'testing' into 0.9.x
[quix0rs-gnu-social.git] / actions / userrss.php
index 77bd316b2d1d3f5a61d95513c6bf8e070a23d4c5..e03eb93566d3c96dae04c8e6526a2f5835362996 100644 (file)
@@ -41,9 +41,9 @@ class UserrssAction extends Rss10Action
             return false;
         } else {
             if (!empty($this->tag)) {
-                $this->notices = $this->getTaggedNotices($this->tag, $this->limit);
+                $this->notices = $this->getTaggedNotices();
             } else {
-                $this->notices = $this->getNotices($this->limit);
+                $this->notices = $this->getNotices();
             }
             return true;
         }