mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-28 18:05:02 +02:00
id list permission check fix
This commit is contained in:
@@ -75,6 +75,7 @@ class ControllerMessageRestore extends Controller {
|
||||
if(RESTORE_OVER_IMAP == 1) {
|
||||
if($this->model_mail_mail->connect_imap()) {
|
||||
$x = $this->imap->append(IMAP_RESTORE_FOLDER, $msg);
|
||||
syslog(LOG_INFO, "imap append " . $this->data['id'] . "/" . $this->data['piler_id'] . ", rc=$x");
|
||||
$this->model_mail_mail->disconnect_imap();
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user