Skip to content
Snippets Groups Projects
Commit 05d1454b authored by gitsync's avatar gitsync
Browse files

notice fixes

parent a7a89b51
No related branches found
No related tags found
No related merge requests found
...@@ -289,10 +289,8 @@ class CRM_Contact_Form_Task_Batch extends CRM_Contact_Form_Task { ...@@ -289,10 +289,8 @@ class CRM_Contact_Form_Task_Batch extends CRM_Contact_Form_Task {
} }
//end of function //end of function
function parseStreetAddress(&$contactValues, &$form) { public static function parseStreetAddress(&$contactValues, &$form) {
if (!is_array($contactValues) || if (!is_array($contactValues) || !is_array($form->_fields)) {
!is_array($form->_fields)
) {
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment