X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FEdit%2FWebsite.php;h=b516e4f05af1b73cdd0252efbc9105d546d63128;hb=3c230724ef43e5e842d00014d729d40c3eb5bd96;hp=835d7b9d273d49ac9cb5b759ea6d5953b81ef802;hpb=fc0ce3527c7aec14224686a66659a85fc4cb6d42;p=civicrm-core.git diff --git a/CRM/Contact/Form/Edit/Website.php b/CRM/Contact/Form/Edit/Website.php index 835d7b9d27..b516e4f05a 100644 --- a/CRM/Contact/Form/Edit/Website.php +++ b/CRM/Contact/Form/Edit/Website.php @@ -1,9 +1,9 @@ applyFilter('__ALL__', 'trim'); //Website type select - $form->addSelect("website[$blockId][website_type_id]", array('data-api-entity' => 'website', 'class' => 'eight')); + $form->addSelect("website[$blockId][website_type_id]", array('entity' => 'website', 'class' => 'eight')); //Website box $form->addElement('text', "website[$blockId][url]", ts('Website'),