Show complete post in detail view
This commit is contained in:
parent
6b9d8042fe
commit
625de43239
|
@ -276,7 +276,7 @@
|
||||||
$data = $this->db->query('SELECT * FROM user_posts WHERE user_id = ? AND uuid = ?', [$userID, $uuid])->result_array();
|
$data = $this->db->query('SELECT * FROM user_posts WHERE user_id = ? AND uuid = ?', [$userID, $uuid])->result_array();
|
||||||
$this->db->cache_on();
|
$this->db->cache_on();
|
||||||
|
|
||||||
$data = $this->preparePostList($data);
|
$data = $this->preparePostList($data, -1);
|
||||||
|
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user