diff --git a/modules/taxonomy.views.inc b/modules/taxonomy.views.inc index 7134e94717cd1d9b86cc1a84cd217ef06394ed41..51a7a75269b67bda8a8e04017ba8aa3564704fa7 100644 --- a/modules/taxonomy.views.inc +++ b/modules/taxonomy.views.inc @@ -362,7 +362,7 @@ function taxonomy_views_data() { ), 'filter' => array( 'help' => t('Filter the results of "Taxonomy: Term" by the parent pid.'), - 'handler' => 'views_handler_filter_numeric', + 'id' => 'numeric', ), 'argument' => array( 'help' => t('The parent term of the term.'),