Fix the More... link for popular notices section
This commit is contained in:
parent
c640b747f7
commit
b9fc7334a8
|
@ -80,4 +80,9 @@ class PopularNoticeSection extends NoticeSection
|
||||||
{
|
{
|
||||||
return 'popular_notices';
|
return 'popular_notices';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function moreUrl()
|
||||||
|
{
|
||||||
|
return common_local_url('favorited');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -103,6 +103,6 @@ class Section extends Widget
|
||||||
|
|
||||||
function moreTitle()
|
function moreTitle()
|
||||||
{
|
{
|
||||||
return null;
|
return _('More...');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user