Archived
1
0

Show complete post in detail view

This commit is contained in:
Marcel 2018-10-17 16:28:25 +02:00
parent 6b9d8042fe
commit 625de43239

View File

@ -276,7 +276,7 @@
$data = $this->db->query('SELECT * FROM user_posts WHERE user_id = ? AND uuid = ?', [$userID, $uuid])->result_array();
$this->db->cache_on();
$data = $this->preparePostList($data);
$data = $this->preparePostList($data, -1);
return $data;
}