diff options
-rwxr-xr-x | web/index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi index c8fdb6158..9f6f2006a 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -345,7 +345,7 @@ sub submit_problem { if ($no_details) { $input{council} =~ s/\Q$no_details\E//; - @input_councils = split /,/, $input{council}; + @input_councils = split(/,/, $input{council}); } # Check category here, won't be present if council is -1 |