This commit is contained in:
Mario Vavti 2015-09-29 11:56:43 +02:00
parent 0b1cd826b0
commit 2a2da48d18

View File

@ -3528,7 +3528,7 @@ function mail_store($arr) {
return 0; return 0;
} }
if(! $r && $arr['mail_recalled'] = 1) { if(! $r && $arr['mail_recalled'] == 1) {
logger('mail_store: recalled item not found. ' . print_r($arr,true)); logger('mail_store: recalled item not found. ' . print_r($arr,true));
return 0; return 0;
} }