1
0
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:
Thomas Tanghus 2013-03-07 04:06:04 +01:00
parent fcb9538b3a
commit bcdc7e3ecd

View File

@ -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' :