From 0c88f6991d5ce85e012b17bb17fd6465da0dcd9a Mon Sep 17 00:00:00 2001 From: Tim Plunkett Date: Tue, 14 Aug 2012 01:43:49 -0400 Subject: [PATCH] Replace stray reference to handler with id. --- modules/taxonomy.views.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/taxonomy.views.inc b/modules/taxonomy.views.inc index 7134e94717cd..51a7a75269b6 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.'),