diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a81880a1d9e2ee4cb79c9002450f8d35ae186cdb..194e89d71eb7e71bb39e95e8c41421b0fe4bd54e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -557,5 +557,4 @@ Views 3.x-7.x-dev o #1001442 by dboulet: Add classes/title text to contextual links. o #999042 by bojanz: Remove the option to use the site mission for the RSS feed description, because drupal doesn't have this field anymore. o #985602 by bblake, bojanz, dereine: Support slave server. - - + o by dereine: Fix views.info file. diff --git a/views.info b/views.info index c2265b4c79599ddc682a29cadb3743ecc39401cb..18a7a0fcc8ed00e59fa4a2e91e590ada8f806c7c 100644 --- a/views.info +++ b/views.info @@ -35,7 +35,8 @@ files[] = handlers/views_handler_filter_date.inc files[] = handlers/views_handler_filter_equality.inc files[] = handlers/views_handler_filter_in_operator.inc files[] = handlers/views_handler_filter_many_to_one.inc -files[] = handlers/views_handler_filter_numeric.inc files[] = handlers/views_handler_filter_string.inc +files[] = handlers/views_handler_filter_numeric.inc +files[] = handlers/views_handler_filter_string.inc files[] = handlers/views_handler_relationship.inc files[] = handlers/views_handler_sort.inc files[] = handlers/views_handler_sort_group_by_numeric.inc