mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
minor fixes
This commit is contained in:
@ -51,6 +51,10 @@ class ControllerMessageBulkrestore extends Controller {
|
||||
require_once 'Zend/Mail/Storage/Imap.php';
|
||||
|
||||
$imap_ok = $this->model_mail_mail->connect_imap();
|
||||
|
||||
if(!$imap_ok) {
|
||||
syslog(LOG_INFO, "imap connection failed for bulkrestore");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user