mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 10:57:03 +02:00
added a select option to auditors to define the recipients of the message to be restored
This commit is contained in:
@ -46,7 +46,7 @@ class ControllerMessageBulkrestore extends Controller {
|
||||
|
||||
$rcpt = array();
|
||||
|
||||
/* send the email to all the recipients of the original email if we are admin or auditor users */
|
||||
/* send the email to all the recipients of the original email if you are an auditor user */
|
||||
|
||||
if(Registry::get('auditor_user') == 1) {
|
||||
$rcpt = $this->model_search_search->get_message_recipients($id);
|
||||
|
Reference in New Issue
Block a user