mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-28 18:05:02 +02:00
added detach support for the gui
This commit is contained in:
@@ -51,6 +51,8 @@ class ControllerMessageBulkrestore extends Controller {
|
||||
}
|
||||
|
||||
|
||||
$this->model_search_message->connect_to_pilergetd();
|
||||
|
||||
foreach($idlist as $id) {
|
||||
|
||||
AUDIT(ACTION_RESTORE_MESSAGE, '', '', $id, '');
|
||||
@@ -88,6 +90,7 @@ class ControllerMessageBulkrestore extends Controller {
|
||||
}
|
||||
}
|
||||
|
||||
$this->model_search_message->disconnect_from_pilergetd();
|
||||
|
||||
if(ENABLE_IMAP_AUTH == 1) { $this->model_mail_mail->disconnect_imap(); }
|
||||
|
||||
|
Reference in New Issue
Block a user