diff options
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index ccc327409..e7cc02579 100755 --- a/include/items.php +++ b/include/items.php @@ -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; } |