mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:51:59 +01:00
gui: restore fix for auditor
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
cc4e2d6f6a
commit
6522d64bd7
@ -46,7 +46,7 @@ class ControllerMessageBulkrestore extends Controller {
|
||||
|
||||
$this->data['restored'] = 0;
|
||||
|
||||
if(RESTORE_OVER_IMAP == 1) {
|
||||
if(RESTORE_OVER_IMAP == 1 && Registry::get('auditor_user') == 0) {
|
||||
require_once 'Zend/Mail/Protocol/Imap.php';
|
||||
require_once 'Zend/Mail/Storage/Imap.php';
|
||||
|
||||
@ -86,7 +86,7 @@ class ControllerMessageBulkrestore extends Controller {
|
||||
$msg = $this->model_search_message->get_raw_message($piler_id);
|
||||
$this->model_search_message->remove_journal($msg);
|
||||
|
||||
if(RESTORE_OVER_IMAP == 1) {
|
||||
if(RESTORE_OVER_IMAP == 1 && Registry::get('auditor_user') == 0) {
|
||||
if($imap_ok) {
|
||||
$imap_folder = IMAP_RESTORE_FOLDER_INBOX;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user