summaryrefslogtreecommitdiff
path: root/src/web/_views/template/posts.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/_views/template/posts.php')
-rw-r--r--src/web/_views/template/posts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/template/posts.php b/src/web/_views/template/posts.php
index 5fec698..137c0dd 100644
--- a/src/web/_views/template/posts.php
+++ b/src/web/_views/template/posts.php
@@ -17,7 +17,7 @@
'pageSize' => $page_size,
'postCount' => $total,
'postMax' => $max,
- 'userId' => $filterUid
+ 'userId' => $filterUid ? json_encode($filterUid) : ''
)
);
}