Merge https://github.com/redmatrix/hubzilla into pending_merge
This commit is contained in:
commit
8f7b869c08
@ -3522,11 +3522,17 @@ function mail_store($arr) {
|
|||||||
dbesc($arr['mid']),
|
dbesc($arr['mid']),
|
||||||
intval($arr['channel_id'])
|
intval($arr['channel_id'])
|
||||||
);
|
);
|
||||||
|
|
||||||
if($r) {
|
if($r) {
|
||||||
logger('mail_store: duplicate item ignored. ' . print_r($arr,true));
|
logger('mail_store: duplicate item ignored. ' . print_r($arr,true));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(! $r && $arr['mail_recalled'] == 1) {
|
||||||
|
logger('mail_store: recalled item not found. ' . print_r($arr,true));
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
call_hooks('post_mail',$arr);
|
call_hooks('post_mail',$arr);
|
||||||
|
|
||||||
if(x($arr,'cancel')) {
|
if(x($arr,'cancel')) {
|
||||||
|
14663
view/nl/hmessages.po
14663
view/nl/hmessages.po
File diff suppressed because it is too large
Load Diff
3165
view/nl/hstrings.php
3165
view/nl/hstrings.php
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user