]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/popularnoticesection.php
Fix the More... link for popular notices section
[quix0rs-gnu-social.git] / lib / popularnoticesection.php
index 5734d800189d9bdd7be139d85aef94775b8b53c7..5380563b9e70ee48cb8590bc376d39b16cbb20fd 100644 (file)
@@ -80,4 +80,9 @@ class PopularNoticeSection extends NoticeSection
     {
         return 'popular_notices';
     }
+
+    function moreUrl()
+    {
+        return common_local_url('favorited');
+    }
 }