Skip to content

Commit

Permalink
[BUGFIX] #160: remove cHash recalculation completely
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryd committed Sep 14, 2016
1 parent ff35ad7 commit 9d2e08b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Configuration/ConfigurationReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ 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 9d2e08b

Please sign in to comment.