]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletag.php
update version to 0.8.1pre1
[quix0rs-gnu-social.git] / actions / peopletag.php
index 5add75485808d08f704fa6dfa73faa34593605d6..dd3c1c0899a7befec824afeae83e4c8f19434633 100644 (file)
@@ -124,7 +124,7 @@ class PeopletagAction extends Action
 
         $profile->query(sprintf($qry, $this->tag, $lim));
 
-        $pl  = new ProfileList($profile, null, $this);
+        $pl  = new ProfileList($profile, $this);
         $cnt = $pl->show();
 
         $this->pagination($this->page > 1,