mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 11:07:03 +02:00
id list permission check fix
This commit is contained in:
@ -89,6 +89,7 @@ class ControllerMessageBulkrestore extends Controller {
|
||||
if(RESTORE_OVER_IMAP == 1) {
|
||||
if($imap_ok) {
|
||||
$x = $this->imap->append(IMAP_RESTORE_FOLDER, $msg);
|
||||
syslog(LOG_INFO, "imap append $id/$piler_id, rc=$x");
|
||||
}
|
||||
else { $x = 0; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user