Skip to content

Commit 243b54c

Browse files
committed
[BUGFIX] Update middleware name in Configuration
cache-timout -> cache-timEout Resolves: #107319 Releases: main, 13.4 Change-Id: I21386c1ebd6355eb2492ec1cbe524dd022c458aa Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/90478 Reviewed-by: Stefan Froemken <froemken@gmail.com> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Stefan Froemken <froemken@gmail.com> Tested-by: core-ci <typo3@b13.com> Tested-by: Stefan Bürk <stefan@buerk.tech> Reviewed-by: Stefan Bürk <stefan@buerk.tech>
1 parent cfc640b commit 243b54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typo3/sysext/frontend/Configuration/RequestMiddlewares.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
],
155155
],
156156
/** internal: do not use or reference this middleware in your own code */
157-
'typo3/cms-core/cache-timout' => [
157+
'typo3/cms-core/cache-timeout' => [
158158
'target' => \TYPO3\CMS\Frontend\Middleware\CacheTimeout::class,
159159
'after' => [
160160
'typo3/cms-core/cache-tags-attribute',

0 commit comments

Comments
 (0)