mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 12:27:03 +02:00
improved the private feature
This commit is contained in:
@ -80,6 +80,8 @@ class ControllerMessageView extends Controller {
|
||||
$this->data['message']['tag'] = $this->model_search_message->get_message_tag($this->data['id'], $session->get("uid"));
|
||||
$this->data['message']['note'] = $this->model_search_message->get_message_note($this->data['id'], $session->get("uid"));
|
||||
|
||||
$this->data['message']['private'] = $this->model_search_message->get_message_private($this->data['id']);
|
||||
|
||||
$this->data['spam'] = $this->model_search_message->is_message_spam($this->data['id']);
|
||||
|
||||
$this->data['images'] = array();
|
||||
|
Reference in New Issue
Block a user