From: Evan Prodromou Date: Wed, 21 Mar 2012 20:40:42 +0000 (-0400) Subject: show correct conversation notice count X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1c625bd0409d6993cf93dcd457a2044838adf3ec;p=quix0rs-gnu-social.git show correct conversation notice count --- 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