mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Api: Make sure mountpoint URL query and target URL query don't double ? in path query
This commit is contained in:
parent
e782cb9105
commit
0d32bb6e5c
@ -346,7 +346,7 @@ class Base
|
||||
}
|
||||
if (isset($parts['query']))
|
||||
{
|
||||
$url .= '?' . $parts['query'];
|
||||
$url .= (parse_url($url, PHP_URL_QUERY) ? '&' : '?') . $parts['query'];
|
||||
}
|
||||
if (isset($parts['fragment']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user