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:
Matthias Jentsch 2015-08-21 16:04:04 +02:00
parent 8a4e4ecf49
commit 675a130787
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class Menu implements RecursiveIterator
'priority' => 800 'priority' => 800
)); ));
$section->add(t('Application'), array( $section->add(t('Application'), array(
'url' => 'config', 'url' => 'config/general',
'permission' => 'config/application/*', 'permission' => 'config/application/*',
'priority' => 810 'priority' => 810
)); ));