List timeline cache blowing wasn't working. fixed.

This commit is contained in:
Shashi Gowda 2011-04-15 03:39:27 +05:30 committed by Zach Copley
parent 70c8de4354
commit 7224ca571c

View File

@ -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);
}
}