mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:37:02 +02:00
gui fix for the delete feature
This commit is contained in:
@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user