X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Flistsnav.php;h=71e994094cbadde9870c5a9953d4db857f1f35de;hb=56e2b0007c00b85b80c85da072def1f9e832e05b;hp=d550233ef5810864ee482df053c4b4b68f2e1c22;hpb=7ccd36849e945260bb8169c816d96901e90f6a26;p=quix0rs-gnu-social.git diff --git a/lib/listsnav.php b/lib/listsnav.php index d550233ef5..71e994094c 100644 --- a/lib/listsnav.php +++ b/lib/listsnav.php @@ -49,9 +49,7 @@ class ListsNav extends MoreMenu parent::__construct($out); $this->profile = $profile; - $user = common_current_user(); - - $this->lists = $profile->getLists($user); + $this->lists = $profile->getLists(Profile::current()); } function tag()