1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Don't reset array. Refs #361

This commit is contained in:
Thomas Tanghus 2014-01-27 17:31:05 +01:00
parent 9530b8d14d
commit a5d3697b97

View File

@ -116,8 +116,6 @@ class Backend extends \Sabre_CardDAV_Backend_Abstract {
*/
public function createAddressBook($principaluri, $uri, array $properties) {
$properties = array();
foreach($properties as $property => $newvalue) {
switch($property) {