added an option to limit message downloads

This commit is contained in:
SJ
2015-07-28 21:56:50 +02:00
parent 19b9340868
commit 39468c3877
12 changed files with 39 additions and 1 deletions

View File

@ -39,6 +39,8 @@ class ControllerMessageJournal extends Controller {
$this->data['data'] = $this->model_search_message->get_message_journal($this->data['piler_id']);
$this->data['can_download'] = $this->model_audit_audit->can_download();
$this->render();
}