From c06eccf610a075b2890b8a06edb51f221af5da6c Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 18 Feb 2012 22:39:16 +0100 Subject: [PATCH] test --- t3lib/class.t3lib_tcemain.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t3lib/class.t3lib_tcemain.php b/t3lib/class.t3lib_tcemain.php index 4106c08..2f9372f 100644 --- a/t3lib/class.t3lib_tcemain.php +++ b/t3lib/class.t3lib_tcemain.php @@ -3995,7 +3995,7 @@ class t3lib_TCEmain { function deleteRecord($table, $uid, $noRecordCheck = FALSE, $forceHardDelete = FALSE, $undeleteRecord = FALSE) { // Checking if there is anything else disallowing deleting the record by checking if editing is allowed - $mayEditAccess = $this->BE_USER->recordEditAccessInternals($table, $uid, FALSE, $undeleteRecord, TRUE); + $mayEditAccess = $this->BE_USER->recordEditAccessInternals($table, $uid, FALSE, $forceHardDelete, TRUE); $uid = intval($uid); if ($GLOBALS['TCA'][$table] && $uid) { -- 1.7.9.msysgit.0