ZF-7732: Zend_Pageinator : clearPageItemCache()'s var "$cleanTags" is not required.
Description
1.8.0 or over : Zend_Pageinator's method clearPageItemCache() has this code.
$cleanTags = self::CACHE_TAG_PREFIX;
I think that there is no reason, and removing it is better.
Comments
No comments to display