projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[TASK] Do not show error when copying a record was succesful
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
core
/
Classes
/
DataHandling
/
DataHandler.php
diff --git
a/typo3/sysext/core/Classes/DataHandling/DataHandler.php
b/typo3/sysext/core/Classes/DataHandling/DataHandler.php
index
fbe3434
..
26f920f
100644
(file)
--- a/
typo3/sysext/core/Classes/DataHandling/DataHandler.php
+++ b/
typo3/sysext/core/Classes/DataHandling/DataHandler.php
@@
-3559,9
+3559,6
@@
class DataHandler implements LoggerAwareInterface
return null;
}
if ($this->isRecordCopied($table, $uid)) {
- if (!empty($overrideValues)) {
- $this->log($table, $uid, 1, 0, 1, 'Repeated attempt to copy record "%s:%s" with override values', -1, [$table, $uid]);
- }
return null;
}