mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +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) {
|
switch($property) {
|
||||||
case '{DAV:}displayname' :
|
case '{DAV:}displayname' :
|
||||||
$displayname = $newvalue;
|
$name = $newvalue;
|
||||||
break;
|
break;
|
||||||
case '{' . Sabre_CardDAV_Plugin::NS_CARDDAV
|
case '{' . Sabre_CardDAV_Plugin::NS_CARDDAV
|
||||||
. '}addressbook-description' :
|
. '}addressbook-description' :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user