mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fix for small typo in switch of the export definitions
This commit is contained in:
parent
25c0ba0ac8
commit
2416e9cd6a
@ -502,7 +502,7 @@ class uicontacts extends bocontacts
|
||||
$fields = $this->business_contact_fields;
|
||||
break;
|
||||
case 'home':
|
||||
$fields = $this-home_contact_fields;
|
||||
$fields = $this->home_contact_fields;
|
||||
break;
|
||||
default:
|
||||
$fields = $this->contact_fields;
|
||||
|
Loading…
Reference in New Issue
Block a user