]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletagsforuser.php
Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / actions / peopletagsforuser.php
index 9dcee09f1a1b44ca9eeb1789f3ed761703c39f27..8dd94e33bfadad989d2e2099617e051a23c7003f 100644 (file)
@@ -126,7 +126,7 @@ class PeopletagsforuserAction extends Action
         $offset = ($this->page-1) * PEOPLETAGS_PER_PAGE;
         $limit  = PEOPLETAGS_PER_PAGE + 1;
 
-        $ptags = $this->tagged->getOtherTags(common_current_user(), $offset, $limit);
+        $ptags = $this->tagged->getOtherTags($this->scoped, $offset, $limit);
 
         $pl = new PeopletagList($ptags, $this);
         $cnt = $pl->show();