aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/items.php2
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;
}