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
Actions