]> 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 6b1e34f1ab47db2b1c2aa4d2f273171233ed23a2..dd3c1c0899a7befec824afeae83e4c8f19434633 100644 (file)
@@ -119,12 +119,12 @@ class PeopletagAction extends Action
                 'FROM profile JOIN profile_tag ' .
                 'ON profile.id = profile_tag.tagger ' .
                 'WHERE profile_tag.tagger = profile_tag.tagged ' .
-                'AND tag = "%s" ' .
+                "AND tag = '%s' " .
                 'ORDER BY profile_tag.modified DESC%s';
 
         $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,