fix reference to if(item->remote-id), which now gets set more often
This commit is contained in:
parent
95d0a9e2bf
commit
5ed87a44e6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ if($argc < 3)
|
||||||
|
|
||||||
$parent = $items[0];
|
$parent = $items[0];
|
||||||
|
|
||||||
if(strlen($parent['remote-id'])) {
|
if((strlen($parent['remote-id'])) && ($parent['type'] == 'remote')) {
|
||||||
$followup = true;
|
$followup = true;
|
||||||
$conversant_str = dbesc($parent['contact-id']);
|
$conversant_str = dbesc($parent['contact-id']);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue