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] changelog2010-04-21 10:56 pm

[dw-free] Add cookie support to DW::Request

[commit: http://hg.dwscoalition.org/dw-free/rev/c4507f696f71]

http://bugs.dwscoalition.org/show_bug.cgi?id=2446

Fix cookie support for theme selection for logged out users.

Patch by [personal profile] exor674.

Files modified:
  • cgi-bin/LJ/Setting/SiteScheme.pm
--------------------------------------------------------------------------------
diff -r 8ca8d3daff8a -r c4507f696f71 cgi-bin/LJ/Setting/SiteScheme.pm
--- a/cgi-bin/LJ/Setting/SiteScheme.pm	Wed Apr 21 22:54:39 2010 +0000
+++ b/cgi-bin/LJ/Setting/SiteScheme.pm	Wed Apr 21 22:56:22 2010 +0000
@@ -119,6 +119,7 @@ sub save {
         name    => 'BMLschemepref',
         value   => $cval,
         expires => $expires,
+        domain  => ".$LJ::DOMAIN",
     ) if $cval;
     BML::set_scheme($val);
 
--------------------------------------------------------------------------------