]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
List timeline cache blowing wasn't working. fixed.
authorShashi Gowda <connect2shashi@gmail.com>
Thu, 14 Apr 2011 22:09:27 +0000 (03:39 +0530)
committerShashi Gowda <connect2shashi@gmail.com>
Thu, 14 Apr 2011 22:09:27 +0000 (03:39 +0530)
lib/peopletagnoticestream.php

index 68e0c9dce1aacea07459bea3fde88b35902603f2..f90255b111c195dc654c307226373a87bbf3f340 100644 (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);
     }
 }