diff --git a/classes/Notice.php b/classes/Notice.php index 9ee5696e3f..b186b3ad08 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -645,7 +645,7 @@ class Notice extends Managed_DataObject } self::blow('notice:list-ids:conversation:%s', $this->conversation); - self::blow('conversation::notice_count:%d', $this->conversation); + self::blow('conversation:notice_count:%d', $this->conversation); if (!empty($this->repeat_of)) { // XXX: we should probably only use one of these