Skip to content

Commit

Permalink
Merge pull request #1725 from HieuPT7/develop
Browse files Browse the repository at this point in the history
Update Request.php
  • Loading branch information
lonnieezell authored Feb 16, 2019
2 parents 92b093a + e89a0bd commit 6bf6403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/HTTP/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ public function fetchGlobal($method, $index = null, $filter = null, $flags = nul
}
}

if (empty($value))
if (!isset($value))
{
$value = $this->globals[$method][$index] ?? null;
}
Expand Down

0 comments on commit 6bf6403

Please sign in to comment.