Actions
Bug #70289
closedPHP Warning because of modified Array in usort
Start date:
2015-10-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hello Core-Team,
visit a Content Element of type "list", switch to tab where you can find the selectbox "list_type". Now clear the "red flash" cache.
Right click -> reload current frame
Following PHP Warning will appear:
An error occurred trying to process items for field "Plugin:" (PHP Warning: usort(): Array was modified by the user comparison function in /Applications/MAMP/htdocs/typo3_src/typo3/sysext/frontend/Classes/Hooks/TableColumnHooks.php line 32).
I found following link:
https://bugs.php.net/bug.php?id=50688
Maybe it helps to prepend usort with @
Stefan
Actions