]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletagautocomplete.php
Fix OpenID discovery in pages using uppercase <HEAD> tag
[quix0rs-gnu-social.git] / actions / peopletagautocomplete.php
index 86d63545dcb0b4ed2aa4040e78aef8e8ebf9899e..c239c03bfb0d3d9c1c4321ba798b1911f7396b42 100644 (file)
@@ -68,7 +68,7 @@ class PeopletagautocompleteAction extends Action
         }
 
         $profile = $this->user->getProfile();
-        $tags = $profile->getLists(common_current_user());
+        $tags = $profile->getLists($this->scoped);
 
         $this->tags = array();
         while ($tags->fetch()) {