Actions
Bug #22694
closedWrong variable in t3lib_cache_backend_memcachedbackend
Start date:
2010-05-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Wrong variable is used in the array_search in addIdentifierToTags function. Entry identifier doesn't exist in the tag array, so the tags are duplicated for the entry.
(issue imported from #M14455)
Files
Updated by Dan Osipov over 14 years ago
Attached patch uses the correct variable.
Updated by Christian Kuhn over 14 years ago
Committed to trunk rev. 7810, 4.3 rev. 4811.
Actions