Skip to content

Commit

Permalink
[BUGFIX] Removes trailing slash in Module Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoffmann1979 authored and vertexvaar committed Nov 7, 2023
1 parent d99a710 commit e75c1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Backend/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
if ($configContainer->get('features.redirectsSupport.enable')) {
$backendModulesToRegister['in2publish_core_m5'] = [
'parent' => 'site',
'position' => ['after' => 'redirects/'],
'position' => ['after' => 'redirects'],
'access' => 'user,group',
'workspaces' => 'live',
'path' => '/module/in2publish_core/m5',
Expand Down

0 comments on commit e75c1d6

Please sign in to comment.