gui fix for the delete feature

This commit is contained in:
SJ
2016-02-06 21:14:00 +01:00
parent 5862c33d8f
commit 93e1d0e7fe
12 changed files with 12 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class ControllerMessageBulkremove extends Controller {
$idlist = $this->model_search_search->check_your_permission_by_id_list(explode(",", $this->request->post['idlist']));
$this->data['removed'] = 0;
$this->data['username'] = Registry::get('username');