mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-06-14 06:18 pm

[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 [staff profile] denise.

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 {
--------------------------------------------------------------------------------