X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=blobdiff_plain;f=admin%2Fshare_content.pl;h=4f46316e55dfbce71e5ba8b28d95196e91e1a1b3;hp=2b9bd855e83acb09264fa6d5ae423a7fcb9e0206;hb=0df3fc3dae575ceb16b85de6c201f5e82d01059c;hpb=286f151009f778d6d4d0890b1a8bead1a6e62bde diff --git a/admin/share_content.pl b/admin/share_content.pl index 2b9bd85..4f46316 100755 --- a/admin/share_content.pl +++ b/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);