X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FManageEvent%2FLocation.php;h=103ec8f2e9d945795c3dfaf39bc9ef2cdc87cb94;hb=1273d77c64386bcc2f5da087cefaa0c480fb02e0;hp=ce64515b52ccc234401fad62467a01671c00372c;hpb=a3d827a7d20ed4f66a127ef766c273648c383e16;p=civicrm-core.git diff --git a/CRM/Event/Form/ManageEvent/Location.php b/CRM/Event/Form/ManageEvent/Location.php index ce64515b52..103ec8f2e9 100644 --- a/CRM/Event/Form/ManageEvent/Location.php +++ b/CRM/Event/Form/ManageEvent/Location.php @@ -138,7 +138,7 @@ class CRM_Event_Form_ManageEvent_Location extends CRM_Event_Form_ManageEvent { */ public static function formRule($fields) { // check for state/country mapping - $errors = CRM_Contact_Form_Edit_Address::formRule($fields, CRM_Core_DAO::$_nullArray, CRM_Core_DAO::$_nullObject); + $errors = CRM_Contact_Form_Edit_Address::formRule($fields); return empty($errors) ? TRUE : $errors; }