1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00

fix кеширования топиков

This commit is contained in:
Mzhelskiy Maxim 2009-08-21 12:07:56 +00:00
parent 039d24f65f
commit 5d2e3d16c4

View file

@ -702,6 +702,7 @@ class LsTopic extends Module {
*/
public function increaseTopicCountComment($sTopicId) {
$this->Cache_Delete("topic_{$sTopicId}");
$this->Cache_Clean(Zend_Cache::CLEANING_MODE_MATCHING_TAG,array("topic_update"));
return $this->oMapperTopic->increaseTopicCountComment($sTopicId);
}
/**