]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice.php
show correct conversation notice count
[quix0rs-gnu-social.git] / classes / Notice.php
index 9ee5696e3f47a3cb68a8ccb79ca3422edcaccae4..b186b3ad086c4fcb7ea41058eca150e4d63d80ff 100644 (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