Index: class.t3lib_tcemain.php =================================================================== RCS file: /cvsroot/typo3/TYPO3core/t3lib/class.t3lib_tcemain.php,v retrieving revision 1.53 diff -u -b -B -r1.53 class.t3lib_tcemain.php --- class.t3lib_tcemain.php 4 Oct 2005 11:58:14 -0000 1.53 +++ class.t3lib_tcemain.php 20 Oct 2005 13:03:33 -0000 @@ -4242,6 +4243,7 @@ if ($TCA[$table] && $uid) { $deleteRow = $TCA[$table]['ctrl']['delete']; if ($noRecordCheck || $this->doesRecordExist($table,$uid,'delete')) { + $this->clear_cache($table,$uid); // clear cache if ($deleteRow) { $updateFields = array( $deleteRow => 1 @@ -4279,7 +4281,6 @@ $this->log($table,$uid,3,0,100,$GLOBALS['TYPO3_DB']->sql_error()); } - $this->clear_cache($table,$uid); // clear cache } else { $this->log($table,$uid,3,0,1,'Attempt to delete record without delete-permissions'); }