improved the private feature

This commit is contained in:
SJ
2016-02-16 15:37:34 +01:00
parent 2fbb41264c
commit eb3ecfed56
6 changed files with 40 additions and 9 deletions

View File

@ -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();