Skip to content

Commit a63fab3

Browse files
committed
trailing slash removed
1 parent c3c2754 commit a63fab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/Controllers/Frame.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ protected function menuRunModules()
634634
'module' . $module['id'],
635635
'modules',
636636
($module['icon'] != '' ? '<i class="' . $module['icon'] . '"></i>' : '<i class="' . $this->managerTheme->getStyle('icon_module') . '"></i>') . $module['name'],
637-
!empty($module['properties']['routes']) ? 'modules/' . $module['id'] . '/' : 'index.php?a=112&id=' . $module['id'],
637+
!empty($module['properties']['routes']) ? 'modules/' . $module['id'] : 'index.php?a=112&id=' . $module['id'],
638638
$module['name'],
639639
'',
640640
'',

0 commit comments

Comments
 (0)