@@ -, +, @@ settings subscription sharing". Click "Save". value $auto_share [...]" warning is gone in plack-error.log. is in unselected state after clicking "Save". --- admin/share_content.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/admin/share_content.pl +++ a/admin/share_content.pl @@ -41,7 +41,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( my $op = $query->param('op') || q||; if ( $op eq 'save' ) { - my $auto_share = $query->param('autosharewithmana'); + my $auto_share = $query->param('autosharewithmana') || q||; my $mana = $query->param('mana'); C4::Context->set_preference('Mana', $mana); --