From bd996ce3c71adb4eb4918932cfcb2b0f27aa45a7 Mon Sep 17 00:00:00 2001 From: Samuel Vanhove Date: Tue, 16 May 2017 22:08:16 -0400 Subject: [PATCH] CRM-20592 - remove location options from website field --- modules/views/civicrm/civicrm_handler_field_website.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/views/civicrm/civicrm_handler_field_website.inc b/modules/views/civicrm/civicrm_handler_field_website.inc index da8354c8b..d76c384aa 100644 --- a/modules/views/civicrm/civicrm_handler_field_website.inc +++ b/modules/views/civicrm/civicrm_handler_field_website.inc @@ -28,7 +28,7 @@ * * @ingroup civicrm_field_handlers */ -class civicrm_handler_field_website extends civicrm_handler_field_location { +class civicrm_handler_field_website extends civicrm_handler_field { static $_websiteType; public function construct() {