Skip to content
Snippets Groups Projects
Unverified Commit c756f045 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Users: use_external_services: correctly handle := 0

parent 8bc32dd0
No related branches found
No related tags found
No related merge requests found
......@@ -497,7 +497,7 @@ sub use_external_services {
my $uid = $opt{uid};
my $value = $opt{set};
if ($value) {
if (defined $value) {
if ( $value < 0 or $value > 3 ) {
$value = 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment