Skip to content

Commit

Permalink
[BUGFIX] Fix #160: disable cHash recalculation by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryd committed Sep 13, 2016
1 parent 58f4302 commit 0f5303d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/Decoder/UrlDecoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,8 @@ protected function makeRealPhpArrayFromRequestVars(array $requestVariables) {

/**
* Merges $_GET from domains configuration.
*
* @return void
*/
protected function mergeGetVarsFromDomainsConfiguration() {
// Convert the configuration into an $_GET-"friendly" format
Expand Down

0 comments on commit 0f5303d

Please sign in to comment.