Commit c7ae62ab authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 682747: Wrong check in editusers.cgi

r/a=mkanat
parent ea946eb2
......@@ -137,7 +137,7 @@ if ($action eq 'search') {
$expr = "profiles.login_name";
}
if ($matchstr =~ /^(regexp|notregexp|exact)$/) {
if ($matchtype =~ /^(regexp|notregexp|exact)$/) {
$matchstr ||= '.';
}
else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment