Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts: mod/connedit.php
This commit is contained in:
@@ -1088,7 +1088,9 @@ function zot_import($arr, $sender_url) {
|
||||
logger('specific recipients');
|
||||
$recip_arr = array();
|
||||
foreach($i['notify']['recipients'] as $recip) {
|
||||
$recip_arr[] = make_xchan_hash($recip['guid'],$recip['guid_sig']);
|
||||
if(is_array($recip)) {
|
||||
$recip_arr[] = make_xchan_hash($recip['guid'],$recip['guid_sig']);
|
||||
}
|
||||
}
|
||||
stringify_array_elms($recip_arr);
|
||||
$recips = implode(',',$recip_arr);
|
||||
|
||||
Reference in New Issue
Block a user