Feature #18815 » fixme_#2_8460_class.shortcutmenu.php.diff
typo3/classes/class.shortcutmenu.php 2008-05-19 18:16:51.000000000 +0200 | ||
---|---|---|
* @return boolean true if user has access, false if not
|
||
*/
|
||
public function checkAccess() {
|
||
// FIXME - needs proper access check
|
||
// Shortcutmodule should be enable for all editors
|
||
return true;
|
||
}
|
||
- « Previous
- 1
- 2
- Next »