Actions
Bug #22724
closedprioriCalc no longer working correctly after #0013670 (Performance optimization: change while(list() to foreach())
Start date:
2010-05-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
As the topic already says, the changes in #22194 broke prioriCalc. The replacement of the while(list()) in method "calcPriority" of class.t3lib_div.php cause a wrong calculation.
Solution would be either to revert the changes from #22194 for class.t3lib_div.php or apply my attached patch, that's keeping the "foreach" loop instead "while(list())" but fixes the issue.
(issue imported from #M14488)
Files
Actions