mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +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;
|
$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