forked from extern/egroupware
fix of small typo in the switching of the export definition fields
This commit is contained in:
parent
45e3088505
commit
a4a85097a4
@ -502,7 +502,7 @@ class uicontacts extends bocontacts
|
|||||||
$fields = $this->business_contact_fields;
|
$fields = $this->business_contact_fields;
|
||||||
break;
|
break;
|
||||||
case 'home':
|
case 'home':
|
||||||
$fields = $this-home_contact_fields;
|
$fields = $this->home_contact_fields;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$fields = $this->contact_fields;
|
$fields = $this->contact_fields;
|
||||||
|
Loading…
Reference in New Issue
Block a user