diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-14 17:53:11 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-14 17:53:11 -0500 |
commit | 3db9c134a052b906c8c9cff946e63ee28457ce1b (patch) | |
tree | bbb8048dcd93e2f351b7f799ca378d59f73b54f5 /lib | |
parent | b9fc7334a8ecfbe1c0ec6c3d5451aa82827b50a1 (diff) |
Fix More... URL for featured user section
Diffstat (limited to 'lib')
-rw-r--r-- | lib/featureduserssection.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/featureduserssection.php b/lib/featureduserssection.php index 2935d8363..aed94b1a5 100644 --- a/lib/featureduserssection.php +++ b/lib/featureduserssection.php @@ -86,4 +86,9 @@ class FeaturedUsersSection extends ProfileSection { return 'featured_users'; } + + function moreUrl() + { + return common_local_url('featured'); + } } |