Bug #20507 ยป 11192.diff
typo3/classes/class.shortcutmenu.php (working copy) | ||
---|---|---|
*/
|
||
public function checkAccess() {
|
||
// Shortcut module is enabled for everybody
|
||
return true;
|
||
if ($GLOBALS['BE_USER']->getTSConfigVal('options.shortcutFrame')) {
|
||
return true;
|
||
}
|
||
return false;
|
||
}
|
||
|
||
/**
|