From 7224ca571cb955cfb1f14f5917bec852664b990b Mon Sep 17 00:00:00 2001 From: Shashi Gowda Date: Fri, 15 Apr 2011 03:39:27 +0530 Subject: [PATCH] List timeline cache blowing wasn't working. fixed. --- lib/peopletagnoticestream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }