X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FNotice.php;h=75044cf638ae1b5218a08863ceed01f2a59a4191;hb=8b65883f9ddf1cb1b7bdec323722da351fa0cb69;hp=e975cab93ce6b44e8bef11375c866ec1d3304382;hpb=262c581ea771bc8d19bd7050c2f8a2624ea8a3e2;p=quix0rs-gnu-social.git diff --git a/classes/Notice.php b/classes/Notice.php index e975cab93c..75044cf638 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -356,6 +356,8 @@ class Notice extends Memcached_DataObject $this->blowTagCache($blowLast); $this->blowGroupCache($blowLast); $this->blowConversationCache($blowLast); + $profile = Profile::staticGet($this->profile_id); + $profile->blowNoticeCount(); } function blowConversationCache($blowLast=false)