#355787 by mikey_p: Fix notice at content administration page caused by typo.
parent
58be433272
commit
2ca013b11d
|
@ -217,7 +217,7 @@ function node_filter_form() {
|
|||
list($type, $value) = $filter;
|
||||
if ($type == 'term') {
|
||||
// Load term name from DB rather than search and parse options array.
|
||||
$value = module_invoke('taxonomy', 'get_term', $value);
|
||||
$value = module_invoke('taxonomy', 'term_load', $value);
|
||||
$value = $value->name;
|
||||
}
|
||||
elseif ($type == 'language') {
|
||||
|
|
Loading…
Reference in New Issue