From: Shashi Gowda Date: Thu, 14 Apr 2011 22:09:27 +0000 (+0530) Subject: List timeline cache blowing wasn't working. fixed. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7224ca571cb955cfb1f14f5917bec852664b990b;p=quix0rs-gnu-social.git List timeline cache blowing wasn't working. fixed. --- diff --git a/lib/peopletagnoticestream.php b/lib/peopletagnoticestream.php index 68e0c9dce1..f90255b111 100644 --- a/lib/peopletagnoticestream.php +++ b/lib/peopletagnoticestream.php @@ -53,7 +53,7 @@ class PeopletagNoticeStream extends ScopingNoticeStream $profile = Profile::current(); } parent::__construct(new CachingNoticeStream(new RawPeopletagNoticeStream($plist), - 'profile_tag:notice_ids:' . $plist->id), + 'profile_list:notice_ids:' . $plist->id), $profile); } }