]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix More... URL for featured user section
authorEvan Prodromou <evan@controlyourself.ca>
Sat, 14 Feb 2009 22:53:11 +0000 (17:53 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Sat, 14 Feb 2009 22:53:11 +0000 (17:53 -0500)
lib/featureduserssection.php

index 2935d83630ff3110ab64f607b675912da3dbe9d6..aed94b1a555e845b36c7fd23513fd90b0a9756cc 100644 (file)
@@ -86,4 +86,9 @@ class FeaturedUsersSection extends ProfileSection
     {
         return 'featured_users';
     }
+
+    function moreUrl()
+    {
+        return common_local_url('featured');
+    }
 }