mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-10 02:53:36 +00:00
Fix URLencoding & location.
This commit is contained in:
parent
e3acbd6d14
commit
fed84f8daf
@ -487,7 +487,7 @@ class Principal {
|
||||
default:
|
||||
fatal('Unknown internal URL type "'.$type.'"');
|
||||
}
|
||||
return $result;
|
||||
return ConstructURL(rawurldecode($result));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user