Fix search list of language variables - refs BT#11015

ofaj
Angel Fernando Quiroz Campos 9 years ago
parent e89c2f3f39
commit 5c3536ce8a
  1. 4
      main/admin/sub_language.php

@ -265,6 +265,10 @@ function search_language_term(
continue;
}
if (is_array($variable_value)) {
continue;
}
$founded = false;
// searching the item in the parent tool
if (preg_match($term,$variable_value)!==0) {

Loading…
Cancel
Save