fix typo in 0b1cd826b0
This commit is contained in:
parent
0b1cd826b0
commit
2a2da48d18
@ -3528,7 +3528,7 @@ function mail_store($arr) {
|
||||
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));
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user