Skip to content

Commit

Permalink
CRM-20592 - remove location options from website field
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsov committed Sep 18, 2017
1 parent 74514dd commit bd996ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/views/civicrm/civicrm_handler_field_website.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit bd996ce

Please sign in to comment.