X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FDomain.php;h=3597bef86d722cb6e3f8d07b78568e1409153e01;hb=7da04cdea71382ff22ffd94e9b3ae9915c25422b;hp=153235fa9ee15e781086f3eddbc8559b80248d9c;hpb=11df99209d13885aaf45a5c94612bdc65eb490ff;p=civicrm-core.git diff --git a/CRM/Contact/Form/Domain.php b/CRM/Contact/Form/Domain.php index 153235fa9e..3597bef86d 100644 --- a/CRM/Contact/Form/Domain.php +++ b/CRM/Contact/Form/Domain.php @@ -72,7 +72,7 @@ class CRM_Contact_Form_Domain extends CRM_Core_Form { * @var int * @const */ - CONST LOCATION_BLOCKS = 1; + const LOCATION_BLOCKS = 1; function preProcess() { CRM_Utils_System::setTitle(ts('Organization Address and Contact Info'));