Replace stray reference to handler with id.
parent
28c9978f9d
commit
0c88f6991d
|
|
@ -362,7 +362,7 @@ function taxonomy_views_data() {
|
||||||
),
|
),
|
||||||
'filter' => array(
|
'filter' => array(
|
||||||
'help' => t('Filter the results of "Taxonomy: Term" by the parent pid.'),
|
'help' => t('Filter the results of "Taxonomy: Term" by the parent pid.'),
|
||||||
'handler' => 'views_handler_filter_numeric',
|
'id' => 'numeric',
|
||||||
),
|
),
|
||||||
'argument' => array(
|
'argument' => array(
|
||||||
'help' => t('The parent term of the term.'),
|
'help' => t('The parent term of the term.'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue