Skip to content

Commit

Permalink
Merge pull request #446 from samuelsov/CRM-20592
Browse files Browse the repository at this point in the history
CRM-20592 - remove location options from website field
  • Loading branch information
eileenmcnaughton committed Dec 2, 2017
2 parents 8f56584 + bd996ce commit 4e79359
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 4e79359

Please sign in to comment.