Change the community value as well
This commit is contained in:
parent
78271e88f5
commit
8d8f2a1845
1 changed files with 6 additions and 0 deletions
|
@ -395,6 +395,12 @@ class Probe
|
||||||
'network' => $data['network'],
|
'network' => $data['network'],
|
||||||
'server_url' => $data['baseurl']];
|
'server_url' => $data['baseurl']];
|
||||||
|
|
||||||
|
// This doesn't cover the case when a community isn't a community anymore
|
||||||
|
if (!empty($data['community']) && $data['community']) {
|
||||||
|
$fields['community'] = $data['community'];
|
||||||
|
$fields['contact-type'] = ACCOUNT_TYPE_COMMUNITY;
|
||||||
|
}
|
||||||
|
|
||||||
$fieldnames = [];
|
$fieldnames = [];
|
||||||
|
|
||||||
foreach ($fields as $key => $val) {
|
foreach ($fields as $key => $val) {
|
||||||
|
|
Loading…
Reference in a new issue