Skip to content
Snippets Groups Projects
Commit 4a65e3f8 authored by Benjamin Mack's avatar Benjamin Mack Committed by Alexander Opitz
Browse files

[BUGFIX] Unused variable assigned twice in one function call

The refactoring of the Element Browser and Record List introduced
a second "unused" variable which is named the same. This is not
allowed in PHP7, thus resulting in a PHP error in the unit tests.

Releases: master
Resolves: #70535
Change-Id: Ibd96f11b190df6d00baecd9332af48db7bc70a13
Reviewed-on: http://review.typo3.org/43930


Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Tested-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarAlexander Opitz <opitz.alexander@googlemail.com>
Tested-by: default avatarAlexander Opitz <opitz.alexander@googlemail.com>
parent 81140e78
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment