@@ -, +, @@ --- admin/share_content.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/admin/share_content.pl +++ a/admin/share_content.pl @@ -65,7 +65,7 @@ if ( $op eq 'reset' ) { C4::Context->set_preference('ManaToken', ''); } -if ( $op eq 'send' ) { +if ( $op eq 'send' && not $bad_url ) { my $name = $query->param('name'); my $email = $query->param('email'); --