Feature #18677 » 0008212_v2.patch
t3lib/class.t3lib_tceforms_inline.php (Arbeitskopie) | ||
---|---|---|
$hasAccess = 0;
|
||
$deniedAccessReason = '';
|
||
// Admin users always have acces:
|
||
if ($GLOBALS['BE_USER']->isAdmin()) {
|
||
return true;
|
||
}
|
||
// If the command is to create a NEW record...:
|
||
if ($cmd=='new') {
|
||
// If the pid is numerical, check if it's possible to write to this page:
|
- « Previous
- 1
- 2
- Next »