Skip to content

Commit

Permalink
[TASK] Unify ext_emconf setting clearCacheOnLoad
Browse files Browse the repository at this point in the history
Some system extensions are using a lowercase version
of this setting. Unify to the correct one.

The extension manager still checks both versions.

Resolves: #81841
Releases: master, 8.7
Change-Id: Id3ef5741b1accded57405ffb86132640f1079632
Reviewed-on: https://review.typo3.org/53452
Tested-by: TYPO3com <[email protected]>
Reviewed-by: Jasmina Ließmann <[email protected]>
Reviewed-by: Joerg Boesche <[email protected]>
Tested-by: Joerg Boesche <[email protected]>
Reviewed-by: Wouter Wolters <[email protected]>
Tested-by: Wouter Wolters <[email protected]>
  • Loading branch information
georgringer authored and wouter90 committed Jul 13, 2017
1 parent a91ec11 commit 56f1b8a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
'clearcacheonload' => 0,
'clearCacheOnLoad' => 0,
'author' => 'Christian Kuhn',
'author_email' => '[email protected]',
'constraints' => [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
'clearcacheonload' => 0,
'clearCacheOnLoad' => 0,
'author' => 'Oliver Hader',
'author_email' => '[email protected]',
'author_company' => '',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
'clearcacheonload' => 0,
'clearCacheOnLoad' => 0,
'author' => 'Oliver Hader',
'author_email' => '[email protected]',
'author_company' => '',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'state' => 'beta',
'uploadfolder' => 1,
'createDirs' => '',
'clearcacheonload' => 1,
'clearCacheOnLoad' => 1,
'author' => 'Marc Bastian Heinrichs',
'author_email' => '[email protected]',
'author_company' => '',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'state' => 'beta',
'uploadfolder' => 1,
'createDirs' => '',
'clearcacheonload' => 1,
'clearCacheOnLoad' => 1,
'author' => 'Marc Bastian Heinrichs',
'author_email' => '[email protected]',
'author_company' => '',
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/scheduler/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearcacheonload' => 0,
'clearCacheOnLoad' => 0,
'author' => 'TYPO3 Core Team',
'author_email' => '[email protected]',
'author_company' => '',
Expand Down

0 comments on commit 56f1b8a

Please sign in to comment.