Skip to content
Snippets Groups Projects
Commit 26788e30 authored by Thomas Hohn's avatar Thomas Hohn Committed by Christian Kuhn
Browse files

[BUGFIX] Fix PHP 8 warnings in DataHandler

Moved assignment of $destPid = $sortInfo['pid'] after check if
$sortInfo is an array, since the method call to getSortNumber
can return other values than an array.

Resolves: #101606
Releases: main, 12.4, 11.5
Change-Id: I3cfef35b351a0cd1fa8197702cce9e3b05871fcf
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80430


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 9519b1fb
No related merge requests found
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