diff --git a/typo3/sysext/backend/Classes/Utility/BackendUtility.php b/typo3/sysext/backend/Classes/Utility/BackendUtility.php index 9ecba2acf0eb29d49a6324161078fcee1ef24137..c33617550f67af551f896762e77b3d64fab60bab 100755 --- a/typo3/sysext/backend/Classes/Utility/BackendUtility.php +++ b/typo3/sysext/backend/Classes/Utility/BackendUtility.php @@ -2448,8 +2448,10 @@ class BackendUtility if ($data['alttitle']) { $output['title'] = $data['alttitle']; } - // If we have more information to show - if ($data['image_descr'] || $data['seeAlso'] || $data['details'] || $data['syntax']) { + // If we have more information to show and access to the cshmanual + if (($data['image_descr'] || $data['seeAlso'] || $data['details'] || $data['syntax']) + && static::getBackendUserAuthentication()->check('modules', 'help_CshmanualCshmanual') + ) { $output['moreInfo'] = true; } // Add description