Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
voting.typo3.org
extensions
election
Commits
3a8df0ff
Commit
3a8df0ff
authored
Mar 13, 2019
by
Stefan Busemann
Browse files
[BUGFIX] use DuplicationBehavior constant UploadedFileReferenceConverter.php
Kudos to Nicole Cordes and Helmut Hummel
parent
e7a589ba
Changes
1
Show whitespace changes
Inline
Side-by-side
Classes/Property/TypeConverter/UploadedFileReferenceConverter.php
View file @
3a8df0ff
...
...
@@ -42,7 +42,7 @@ class UploadedFileReferenceConverter extends AbstractTypeConverter
*
* @var string
*/
protected
$defaultConflictMode
=
'changeName'
;
protected
$defaultConflictMode
=
\
TYPO3\CMS\Core\Resource\DuplicationBehavior
::
RENAME
;
/**
* @var array<string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment