]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch '1.0.x' of git@gitorious.org:statusnet/mainline into 1.0.x
authorZach Copley <zach@status.net>
Thu, 14 Apr 2011 22:29:11 +0000 (22:29 +0000)
committerZach Copley <zach@status.net>
Thu, 14 Apr 2011 22:29:11 +0000 (22:29 +0000)
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);
     }
 }