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 14, 2016
1 parent f5bf796 commit ae13fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Configuration/ConfigurationReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class ConfigurationReader {
'fileName/defaultToHTMLsuffixOnPrev' => FALSE,
'init/appendMissingSlash' => 'ifNotFile,redirect[301]',
'init/emptySegmentValue' => '',
'init/recalculateChashIfMissing' => false,
'pagePath/spaceCharacter' => '-', // undocumented & deprecated!
);

Expand Down

0 comments on commit ae13fdd

Please sign in to comment.