diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index 846d0940..1fa7d9be 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -440,7 +440,6 @@ EOSQL; if ( $this->collection_type == 'principal' || $this->collection_type == 'email' || $this->collection_type == 'proxy' ) { $this->collection = $this->principal->AsCollection(); if( $this->collection_type == 'proxy' ) { - $this->collection = $this->principal->AsCollection(); $this->collection->is_proxy = 't'; $this->collection->type = 'proxy'; $this->collection->proxy_type = $this->proxy_type;