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