Index: Classes/BackendUserInterface/WorkspaceSelectorToolbarItem.php =================================================================== --- Classes/BackendUserInterface/WorkspaceSelectorToolbarItem.php (revision 3802) +++ Classes/BackendUserInterface/WorkspaceSelectorToolbarItem.php (working copy) @@ -128,10 +128,12 @@ ''; } - // go to workspace module link - $workspaceMenu[] = '
  • ' . $stateUncheckedIcon . ' ' . - '' . - ' '. $GLOBALS['LANG']->getLL('bookmark_workspace', true) . '
  • '; + if ($GLOBALS['BE_USER']->check('modules', 'web_WorkspacesWorkspaces')) { + // go to workspace module link + $workspaceMenu[] = '
  • ' . $stateUncheckedIcon . ' ' . + '' . + ' '. $GLOBALS['LANG']->getLL('bookmark_workspace', true) . '
  • '; + } $workspaceMenu[] = '';