mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
This commit is contained in:
parent
b6c4f1e4bc
commit
5ba3ac9dd9
|
|
@ -212,7 +212,10 @@ final class UriFactory
|
|||
|
||||
if (isset($spl[1]) && !\in_array($spl[0], $keys)) {
|
||||
$keys[] = $spl[0];
|
||||
$query = $spl[0] . '=' . $spl[1] . '&' . $query;
|
||||
|
||||
if (!empty($spl[1])) {
|
||||
$query = $spl[0] . '=' . $spl[1] . '&' . $query;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user