Skip to content

Commit 1099e13

Browse files
committed
Fake commit to bump flame library
Signed-off-by: Sam <6567634+sampoyigi@users.noreply.github.com>
1 parent c61abcb commit 1099e13

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/system/classes/LanguageManager.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ public function searchTranslations($translations, $term = null)
141141
if (strlen($term)) {
142142
if (stripos(strtolower(array_get($value, 'source')), $term) !== false
143143
|| stripos(strtolower(array_get($value, 'translation')), $term) !== false
144-
|| stripos(strtolower($key), $term) !== false) {
144+
|| stripos(strtolower($key), $term) !== false
145+
) {
145146
$result[$key] = $value;
146147
}
147148
}

0 commit comments

Comments
 (0)