diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-09-29 11:56:43 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-09-29 11:56:43 +0200 |
commit | 2a2da48d1871f408232a8397632f06528c8b43ae (patch) | |
tree | 38f62f0828163715c634e17290e2d77eb29d1b32 /include/items.php | |
parent | 0b1cd826b05b6ec9637e373735967a2555eeb1d4 (diff) | |
download | volse-hubzilla-2a2da48d1871f408232a8397632f06528c8b43ae.tar.gz volse-hubzilla-2a2da48d1871f408232a8397632f06528c8b43ae.tar.bz2 volse-hubzilla-2a2da48d1871f408232a8397632f06528c8b43ae.zip |
fix typo in 0b1cd826b05b6ec9637e373735967a2555eeb1d4
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; } |