From a493a811c1223c12e8e265693a7e800bb54faeed 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 3950ed2ce..5c6f8a774 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; function construct() {