Skip to content

Commit

Permalink
Merge pull request #3976 from atm-alexis/3.9_FIX_htmlname_for_ajax_co…
Browse files Browse the repository at this point in the history
…ntact

FIX htmlname parameters wasnt applied
  • Loading branch information
eldy committed Nov 13, 2015
2 parents 510e3bc + 965de40 commit 3ff42a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/ajax/contacts.php
Expand Up @@ -50,7 +50,7 @@
$return=array();
if (empty($showempty)) $showempty=0;

$return['value'] = $form->selectcontacts($id,'','contactid',$showempty,'','',0,'',true);
$return['value'] = $form->selectcontacts($id,'',$htmlname,$showempty,'','',0,'',true);
$return['num'] = $form->num;
$return['error'] = $form->error;

Expand Down

0 comments on commit 3ff42a4

Please sign in to comment.