mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Prevent orphaned data in voicemail destinations (#7376)
This commit is contained in:
committed by
GitHub
parent
261ab4f2ae
commit
913757a772
@@ -412,6 +412,9 @@
|
||||
$array['voicemail_greetings'][$x]['domain_uuid'] = $this->domain_uuid;
|
||||
}
|
||||
$x++;
|
||||
$array['voicemail_destinations'][$x]['voicemail_uuid_copy'] = $voicemail_uuid;
|
||||
$array['voicemail_destinations'][$x]['domain_uuid'] = $this->domain_uuid;
|
||||
$x++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user