Actions
Bug #90449
closedWrong key calculation in Admin panel QueryInformation
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
AdminPanel
Target version:
-
Start date:
2020-02-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
the line
$identifier = sha1($query['sql']) . sha1(implode(',', $query['backtrace']));
in TYPO3\CMS\Adminpanel\Modules\Debug\QueryInformation
throws a notice "array to string conversion" and does not do what it should, because $query['backtrace'] is an 2 level array, so after implode the string is "Array, Array, Array" - see screenshot.
Files
Actions