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

небольшой фикс кеширования

This commit is contained in:
Mzhelskiy Maxim 2009-08-28 08:14:30 +00:00
parent ec82fa4e12
commit 51630eb30e

View file

@ -364,6 +364,7 @@ class LsTalk extends Module {
array("update_talk_user_{$sTalkId}")
);
}
$this->Cache_Clean(Zend_Cache::CLEANING_MODE_MATCHING_TAG,array("update_talk_user"));
return $this->oMapper->DeleteTalkUserByArray($aTalkId,$sUserId,$iAcitve);
}
/**