Merge pull request #344 from skipperbent/v3-development

Version 3.4.9.3
This commit is contained in:
Simon Sessingø
2017-12-17 10:41:22 +01:00
committed by GitHub
+1 -1
View File
@@ -36,7 +36,7 @@ class Request
$this->setUri(new Uri($this->getHeader('unencoded-url', $this->getHeader('request-uri')))); $this->setUri(new Uri($this->getHeader('unencoded-url', $this->getHeader('request-uri'))));
$this->input = new Input($this); $this->input = new Input($this);
$this->method = strtolower($this->input->get('_method', $this->getHeader('request-method'), 'post')); $this->method = strtolower($this->input->get('_method', $this->getHeader('request-method')));
} }
protected function parseHeaders() protected function parseHeaders()