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