aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-09-29 11:56:43 +0200
committerMario Vavti <mario@mariovavti.com>2015-09-29 11:56:43 +0200
commit2a2da48d1871f408232a8397632f06528c8b43ae (patch)
tree38f62f0828163715c634e17290e2d77eb29d1b32 /include
parent0b1cd826b05b6ec9637e373735967a2555eeb1d4 (diff)
downloadvolse-hubzilla-2a2da48d1871f408232a8397632f06528c8b43ae.tar.gz
volse-hubzilla-2a2da48d1871f408232a8397632f06528c8b43ae.tar.bz2
volse-hubzilla-2a2da48d1871f408232a8397632f06528c8b43ae.zip
fix typo in 0b1cd826b05b6ec9637e373735967a2555eeb1d4
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;
}