Project

General

Profile

Bug #20507 ยป 11192.diff

Administrator Admin, 2009-05-26 15:58

View differences:

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;
}
/**
    (1-1/1)