[dw-free] remove verticals from qotd
[commit: http://hg.dwscoalition.org/dw-free/rev/5664610085c4]
http://bugs.dwscoalition.org/show_bug.cgi?id=664
Remove verticals from QotD. Verticals are old cruft we removed months ago.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=664
Remove verticals from QotD. Verticals are old cruft we removed months ago.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- cgi-bin/LJ/QotD.pm
-------------------------------------------------------------------------------- diff -r 2f9819acdf88 -r 5664610085c4 cgi-bin/LJ/QotD.pm --- a/cgi-bin/LJ/QotD.pm Sun Jun 14 18:15:55 2009 +0000 +++ b/cgi-bin/LJ/QotD.pm Sun Jun 14 18:18:10 2009 +0000 @@ -6,7 +6,7 @@ sub get_domains { sub get_domains { my $class = shift; - return ( homepage => "Homepage", map { $_->name, $_->display_name } LJ::Widget::VerticalContentControl->verticals_remote_can_moderate ); + return ( homepage => "Homepage" ); } sub is_valid_domain { --------------------------------------------------------------------------------