More missed use

a few more missed use statements for L10n
This commit is contained in:
Adam Magness 2018-01-22 14:17:36 -05:00
commit 6e758d0074
2 changed files with 8 additions and 5 deletions

View file

@ -1069,9 +1069,9 @@ function search($s, $id = 'search-box', $url = 'search', $save = false, $aside =
if (!$aside) {
$values['$searchoption'] = [
t("Full Text"),
t("Tags"),
t("Contacts")];
L10n::t("Full Text"),
L10n::t("Tags"),
L10n::t("Contacts")];
if (Config::get('system','poco_local_search')) {
$values['$searchoption'][] = L10n::t("Forums");