[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
exor674.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2446
Fix cookie support for theme selection for logged out users.
Patch by
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);
--------------------------------------------------------------------------------
