Fix active configuration/application menu highlighting
Fix a bug that caused the application config to not be set to active when navigating through history. refs #9761
This commit is contained in:
parent
8a4e4ecf49
commit
675a130787
|
@ -271,7 +271,7 @@ class Menu implements RecursiveIterator
|
|||
'priority' => 800
|
||||
));
|
||||
$section->add(t('Application'), array(
|
||||
'url' => 'config',
|
||||
'url' => 'config/general',
|
||||
'permission' => 'config/application/*',
|
||||
'priority' => 810
|
||||
));
|
||||
|
|
Loading…
Reference in New Issue