fixed
This commit is contained in:
parent
7f9c404b9a
commit
e97e62d3e3
1 changed files with 2 additions and 2 deletions
|
|
@ -2195,8 +2195,8 @@ sub www_editEventMetaDataField {
|
||||||
);
|
);
|
||||||
$f->yesNo(
|
$f->yesNo(
|
||||||
-name => "autoSearch",
|
-name => "autoSearch",
|
||||||
-label => $i18n->('auto search'),
|
-label => $i18n->get('auto search'),
|
||||||
-hoverHelp => $i18n->('auto search description'),
|
-hoverHelp => $i18n->get('auto search description'),
|
||||||
-value => $data->{autoSearch},
|
-value => $data->{autoSearch},
|
||||||
);
|
);
|
||||||
my %hash;
|
my %hash;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue