extra line (duplicate)

This commit is contained in:
Florian Schlichting 2016-12-28 00:28:09 +01:00
parent 8dc7ab26c4
commit 063048802f

View File

@ -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;