Actions
Bug #19424
closedCheck for extension updates always warns about changes
Start date:
2008-10-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The function "Check for extension updates" in extension manager always warns about changes in an extension for which a newer version is found - although it is completely unchanged.
This is caused by a simple '$' missing in class.em_index.php line 5348. Therefore, the array $serverMD5Array is not sorted like $currentMD5Array and the compare fails.
Error is also confirmed for version 4.2.2. Attached patch is for 4.2.2.
(issue imported from #M9498)
Files
Updated by Christian Kuhn about 16 years ago
Confirmed. Thanks for the fix!
Attached a new version that applies to trunk and 4.2
Actions