diff --git a/mozilla/webtools/testopia/Bugzilla/Testopia/Search.pm b/mozilla/webtools/testopia/Bugzilla/Testopia/Search.pm index f910bec52af..4e2811f58f3 100644 --- a/mozilla/webtools/testopia/Bugzilla/Testopia/Search.pm +++ b/mozilla/webtools/testopia/Bugzilla/Testopia/Search.pm @@ -680,7 +680,7 @@ sub init { foreach my $profile ("author", "manager", "default_tester", "assignee", "testedby"){ $t = $cgi->param($profile . "_type") || ''; - if ($t eq "exact" || '') { + if ($t eq "exact" || $t eq '') { $t = "anyexact"; foreach my $name (split(',', $cgi->param($profile))) { $name = trim($name);