Index: typo3/sysext/cshmanual/ext_emconf.php =================================================================== --- typo3/sysext/cshmanual/ext_emconf.php (revision 6363) +++ typo3/sysext/cshmanual/ext_emconf.php (working copy) @@ -14,7 +14,7 @@ 'title' => 'Help>TYPO3 Manual', 'description' => 'Shows TYPO3 inline user manual.', 'category' => 'module', - 'shy' => 1, + 'shy' => 0, 'dependencies' => '', 'conflicts' => '', 'priority' => '', Index: typo3/sysext/tsconfig_help/ext_emconf.php =================================================================== --- typo3/sysext/tsconfig_help/ext_emconf.php (revision 6363) +++ typo3/sysext/tsconfig_help/ext_emconf.php (working copy) @@ -16,7 +16,7 @@ 'category' => 'be', 'author' => 'Stephane Schitter', 'author_email' => 'stephane.schitter@free.fr', - 'shy' => 1, + 'shy' => 0, 'dependencies' => 'cms', 'conflicts' => '', 'priority' => '',