Project

General

Profile

Feature #18677 » 0008212_v2.patch

Administrator Admin, 2009-05-03 01:30

View differences:

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:
(2-2/2)