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