Skip to content

Commit 84da83c

Browse files
authored
[BUGFIX] Use correct filenames in security snippet captions (#5203)
Thanks for the fix
1 parent 5191e71 commit 84da83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/ExtensionArchitecture/HowTo/BackendModule/SecurityConsiderations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dispatch method has been dropped in favour of having dedicated routes to
8585
each controller action.
8686

8787
.. code-block:: diff
88-
:caption: **Revised** EXT:demo/Classes/Controller/ModuleController.php
88+
:caption: **Revised** EXT:demo/Classes/Controller/CustomModuleController.php
8989
:linenos:
9090
9191
<?php
@@ -191,7 +191,7 @@ The following example demonstrates enforcing HTTP methods in Extbase module
191191
controllers using :php:`AllowedMethodsTrait`:
192192

193193
.. code-block:: diff
194-
:caption: **Revised** EXT:demo/Classes/Controller/ModuleController.php
194+
:caption: **Revised** EXT:demo/Classes/Controller/ExtbaseModuleController.php
195195
:linenos:
196196
197197
<?php

0 commit comments

Comments
 (0)