diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-14 17:48:08 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-14 17:48:08 -0500 |
commit | b9fc7334a8ecfbe1c0ec6c3d5451aa82827b50a1 (patch) | |
tree | 16e98069a3005fdd18644998af62fe17ba973609 /lib/popularnoticesection.php | |
parent | c640b747f7e682ac632397cf32e41ef4c2dca96f (diff) |
Fix the More... link for popular notices section
Diffstat (limited to 'lib/popularnoticesection.php')
-rw-r--r-- | lib/popularnoticesection.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/popularnoticesection.php b/lib/popularnoticesection.php index 5734d8001..5380563b9 100644 --- a/lib/popularnoticesection.php +++ b/lib/popularnoticesection.php @@ -80,4 +80,9 @@ class PopularNoticeSection extends NoticeSection { return 'popular_notices'; } + + function moreUrl() + { + return common_local_url('favorited'); + } } |