forked from GNUsocial/gnu-social
Merge commit 'refs/merge-requests/48' of https://gitorious.org/social/mainline into merge-requests/48
This commit is contained in:
commit
2b181b40f7
@ -1516,6 +1516,11 @@ class ApiAction extends Action
|
|||||||
$aargs['id'] = $id;
|
$aargs['id'] = $id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$user = $this->arg('user');
|
||||||
|
if (!empty($user)) {
|
||||||
|
$aargs['user'] = $user;
|
||||||
|
}
|
||||||
|
|
||||||
$tag = $this->arg('tag');
|
$tag = $this->arg('tag');
|
||||||
if (!empty($tag)) {
|
if (!empty($tag)) {
|
||||||
$aargs['tag'] = $tag;
|
$aargs['tag'] = $tag;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user