Replace stray reference to handler with id.

8.0.x
Tim Plunkett 2012-08-14 01:43:49 -04:00
parent 28c9978f9d
commit 0c88f6991d
1 changed files with 1 additions and 1 deletions

View File

@ -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.'),