List timeline cache blowing wasn't working. fixed.

This commit is contained in:
Shashi Gowda 2011-04-15 03:39:27 +05:30
parent 2581e46a25
commit 161b672db2
1 changed files with 1 additions and 1 deletions

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