mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-18 09:28:39 +00:00
Fixing empty query bug
This commit is contained in:
parent
d6126b1ffc
commit
2347f3fb29
|
|
@ -100,8 +100,11 @@ class UriFactory
|
|||
|
||||
for ($i = 0; $i < $length; $i++) {
|
||||
$spl = explode('=', $pars[$i]);
|
||||
|
||||
if(isset($spl[1])) {
|
||||
$comps[$spl[0]] = $spl[1];
|
||||
}
|
||||
}
|
||||
|
||||
$pars = [];
|
||||
foreach($comps as $key => $value) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user