summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/Notice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index 3402e2b30..04ac6d7d4 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -150,7 +150,7 @@ class Notice extends Memcached_DataObject
$tag->notice_id = $this->id;
if ($tag->find()) {
while ($tag->fetch()) {
- $tag->blowCache();
+ $cache->delete(common_cache_key('notice_tag:notice_stream:' . $tag->tag));
}
}
$tag->free();