mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
extra line (duplicate)
This commit is contained in:
parent
8dc7ab26c4
commit
063048802f
@ -440,7 +440,6 @@ EOSQL;
|
|||||||
if ( $this->collection_type == 'principal' || $this->collection_type == 'email' || $this->collection_type == 'proxy' ) {
|
if ( $this->collection_type == 'principal' || $this->collection_type == 'email' || $this->collection_type == 'proxy' ) {
|
||||||
$this->collection = $this->principal->AsCollection();
|
$this->collection = $this->principal->AsCollection();
|
||||||
if( $this->collection_type == 'proxy' ) {
|
if( $this->collection_type == 'proxy' ) {
|
||||||
$this->collection = $this->principal->AsCollection();
|
|
||||||
$this->collection->is_proxy = 't';
|
$this->collection->is_proxy = 't';
|
||||||
$this->collection->type = 'proxy';
|
$this->collection->type = 'proxy';
|
||||||
$this->collection->proxy_type = $this->proxy_type;
|
$this->collection->proxy_type = $this->proxy_type;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user