From 1c625bd0409d6993cf93dcd457a2044838adf3ec Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 16:40:42 -0400 Subject: [PATCH] show correct conversation notice count --- classes/Notice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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