Actions
Bug #55899
closedCleanup sortArraysByKey()
Start date:
2014-02-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
\TYPO3\CMS\Core\Utility\ArrayUtility::sortArraysByKey() calls strtolower() a lot. Also a lot of unneeded ternary operations are performed.
This method is heavily used in the sys_log (in a wrong way, but that's something for another issue).
Actions