janinedog: (Default)
Janine ([personal profile] janinedog) wrote in [site community profile] changelog2009-08-18 03:08 pm

[dw-free] Random Paid Gifts opt-out does not save

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

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

Fix opt-out for random paid gifts so it saves properly.

Patch by [personal profile] afuna.

Files modified:
  • cgi-bin/DW/Setting/RandomPaidGifts.pm
--------------------------------------------------------------------------------
diff -r a13640b18653 -r 655264a6b777 cgi-bin/DW/Setting/RandomPaidGifts.pm
--- a/cgi-bin/DW/Setting/RandomPaidGifts.pm	Tue Aug 18 14:38:30 2009 +0000
+++ b/cgi-bin/DW/Setting/RandomPaidGifts.pm	Tue Aug 18 15:07:58 2009 +0000
@@ -54,7 +54,6 @@ sub option {
 
 sub save {
     my ( $class, $u, $args ) = @_;
-    $class->error_check( $u, $args );
 
     my $val = $class->get_arg( $args, "randompaidgifts" ) ? 'Y' : 'N';
     $u->set_prop( opt_randompaidgifts => $val );
--------------------------------------------------------------------------------