From 063048802fba9ae9b5e334ee1b8ef82dfd497524 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Wed, 28 Dec 2016 00:28:09 +0100 Subject: [PATCH] extra line (duplicate) --- inc/CalDAVRequest.php | 1 - 1 file changed, 1 deletion(-) 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;