forked from GNUsocial/gnu-social
Wow, let's try this once more. peopletag.php should be converted to new uiredesign now
This commit is contained in:
parent
25de8fa06d
commit
40928cd27a
@ -71,8 +71,8 @@ class PeopletagAction extends Action
|
|||||||
'ON profile.id = profile_tag.tagger ' .
|
'ON profile.id = profile_tag.tagger ' .
|
||||||
'WHERE profile_tag.tagger = profile_tag.tagged ' .
|
'WHERE profile_tag.tagger = profile_tag.tagged ' .
|
||||||
'AND tag = "%s" ' .
|
'AND tag = "%s" ' .
|
||||||
'ORDER BY profile_tag.modified DESC ' .
|
'ORDER BY profile_tag.modified DESC ',
|
||||||
$lim, $this->tag));
|
'LIMIT 0, %s'), $this->tag, $lim);
|
||||||
|
|
||||||
$pl = new ProfileList($profile, null, $this);
|
$pl = new ProfileList($profile, null, $this);
|
||||||
$cnt = $pl->show();
|
$cnt = $pl->show();
|
||||||
|
Loading…
Reference in New Issue
Block a user