Actions
Bug #65189
closedPrevent warning in File Abstraction Layer: Update storage index scheduler task
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2015-02-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
array_walk with intval function as callback throws a warning because of too many parameters. array_walk always sends key and value to the callback function.
See http://php.net/manual/en/function.array-walk.php (second note)
Files
Actions