mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
try to read on default NO_CI
This commit is contained in:
parent
27ca410b86
commit
c24d5b9e70
|
|
@ -122,7 +122,7 @@ final class HttpRequest extends RequestAbstract
|
|||
private function initCurrentRequest() : void
|
||||
{
|
||||
$this->uri = HttpUri::fromCurrent();
|
||||
$this->data = $_GET ?? [];
|
||||
$this->data = ($_GET ?? []) + ($_POST ?? []);
|
||||
$this->files = $_FILES ?? [];
|
||||
$this->header->getL11n()->setLanguage($this->getRequestLanguage());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user