show correct conversation notice count

This commit is contained in:
Evan Prodromou 2012-03-21 16:40:42 -04:00
parent c0b5c16ded
commit 1c625bd040
1 changed files with 1 additions and 1 deletions

View File

@ -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