зеркало из https://github.com/mozilla/pjs.git
Missed an important element in the if statement
This commit is contained in:
Родитель
66f1e23c8f
Коммит
b706cd5d8b
|
@ -680,7 +680,7 @@ sub init {
|
||||||
foreach my $profile ("author", "manager", "default_tester",
|
foreach my $profile ("author", "manager", "default_tester",
|
||||||
"assignee", "testedby"){
|
"assignee", "testedby"){
|
||||||
$t = $cgi->param($profile . "_type") || '';
|
$t = $cgi->param($profile . "_type") || '';
|
||||||
if ($t eq "exact" || '') {
|
if ($t eq "exact" || $t eq '') {
|
||||||
$t = "anyexact";
|
$t = "anyexact";
|
||||||
foreach my $name (split(',', $cgi->param($profile))) {
|
foreach my $name (split(',', $cgi->param($profile))) {
|
||||||
$name = trim($name);
|
$name = trim($name);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче