diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 9e8dd3dfa..cdbfd2185 100644 --- a/include/zot.php +++ b/include/zot.php @@ -903,8 +903,9 @@ function zot_import($arr) { $result = process_channel_sync_delivery($i['notify']['sender'],$arr,$deliveries); } } - if($result) + if($result){ $return = array_merge($return,$result); + } } } |