]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix for blank RSS1 tag feeds
authorZach Copley <zach@status.net>
Sat, 6 Mar 2010 00:20:33 +0000 (16:20 -0800)
committerZach Copley <zach@status.net>
Sat, 6 Mar 2010 00:23:28 +0000 (16:23 -0800)
actions/tagrss.php

index 75cbfa274b58bc0ed54c24ce26976ad6cbf7ba4f..467a64abed2b43194d4946e96594c6b3f7d738ec 100644 (file)
@@ -35,6 +35,7 @@ class TagrssAction extends Rss10Action
             $this->clientError(_('No such tag.'));
             return false;
         } else {
+            $this->notices = $this->getNotices($this->limit);
             return true;
         }
     }