#355787 by mikey_p: Fix notice at content administration page caused by typo.

merge-requests/26/head
Angie Byron 2009-01-08 01:16:57 +00:00
parent 58be433272
commit 2ca013b11d
1 changed files with 1 additions and 1 deletions

View File

@ -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') {