Always parse query string, on the main request or on sub-requests
commit91b3ec5ab7c83614ef8202c888f1f0c5494fe0bb
authorSamuel Demirdjian <sam@enov.ws>
Thu, 21 Jul 2016 08:31:27 +0000 (21 11:31 +0300)
committerSamuel Demirdjian <sam@enov.ws>
Thu, 21 Jul 2016 10:43:45 +0000 (21 13:43 +0300)
treeead31698060f5e8d07ad2a7a138404f956d75b4a
parent6f81f714973ee284f4444d7fe32a743b89888292
Always parse query string, on the main request or on sub-requests

Initial request will have the global $_GET re-applied in the `factory()`
method.
classes/Kohana/Request.php