Actions
Bug #87734
closed[TYPO3 9.5.4] Typo in function name setIndexingInProg(r)ess
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-02-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I think i found a typo in the typo3 9.5.4 core.
web/typo3/sysext/core/Classes/Resource/File.php #Line: 392
The function is called:
setIndexingInProgess($indexingState)
Should be:
setIndexingInProgress($indexingState)
Files
Updated by Bastian Bringenberg almost 6 years ago
- Project changed from 9 to TYPO3 Core
- TYPO3 Version set to 9
Moved to right project.
Updated by Georg Ringer almost 6 years ago
- Status changed from New to Closed
thanks for creating the issue.
the code has been refactored with #85895 and the method has gone. therefore I am closing the issue.
Updated by Georg Ringer almost 6 years ago
- Related to Task #85895: Refactor FAL metadata handling added
Actions