mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Contacts: Wrong variable name in Sabre backend.
This commit is contained in:
parent
fcb9538b3a
commit
bcdc7e3ecd
@ -107,7 +107,7 @@ class OC_Connector_Sabre_CardDAV extends Sabre_CardDAV_Backend_Abstract {
|
||||
|
||||
switch($property) {
|
||||
case '{DAV:}displayname' :
|
||||
$displayname = $newvalue;
|
||||
$name = $newvalue;
|
||||
break;
|
||||
case '{' . Sabre_CardDAV_Plugin::NS_CARDDAV
|
||||
. '}addressbook-description' :
|
||||
|
Loading…
x
Reference in New Issue
Block a user