mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:31 +01:00
Api: Make sure mountpoint URL query and target URL query don't double ? in path query
This commit is contained in:
parent
8447a315b5
commit
0c07e8deaf
@ -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