Skip to content

Commit

Permalink
Remove link on "Manage Configuration" menu item
Browse files Browse the repository at this point in the history
The menu item should not be displayed with a link when one of its
submenu's elements is opened.

Fixes #19993
  • Loading branch information
dregad committed Aug 2, 2015
1 parent a00053e commit 393bab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm_config_report.php
Expand Up @@ -58,7 +58,7 @@

html_page_top( lang_get( 'configuration_report' ) );

print_manage_menu( 'adm_config_report.php' );
print_manage_menu( 'adm_permissions_report.php' );
print_manage_config_menu( 'adm_config_report.php' );

$t_config_types = array(
Expand Down

0 comments on commit 393bab0

Please sign in to comment.