mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +00:00
Fix overzealous URL encoding of mailto:
This commit is contained in:
parent
02a1e6efb8
commit
b64bfaa3e0
@ -159,7 +159,7 @@ class CalDAVPrincipal
|
||||
$this->calendar_home_set = array( $this->url );
|
||||
|
||||
$this->user_address_set = array(
|
||||
rawurlencode('mailto:'.$this->email),
|
||||
'mailto:'.$this->email,
|
||||
ConstructURL( '/'.$this->username.'/', true ),
|
||||
// ConstructURL( '/~'.$this->username.'/', true ),
|
||||
// ConstructURL( '/__uuids__/'.$this->username.'/', true ),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user