Update Sccp.class.php.v433

This commit is contained in:
stevenA 2022-02-01 10:42:17 +01:00
parent bc7360c6ee
commit 9b69d1321a

View file

@ -207,6 +207,7 @@ class Sccp extends \FreePBX\modules\Core\Driver {
// Delete associated default line buttons or will leave orphans. Cache this statement
// execution is in the destructor
//when called from extensions as delete, id can be a list of ids
// TODO: Could be other buttons that refer this id (by name rather than id) - need to clear these as well.
foreach (array($id) as $clearId) {
$this->cachedDeleteStatement[$clearId] = $this->database->prepare("DELETE FROM sccpbuttonconfig WHERE name LIKE '${clearId}%' AND buttontype = 'line'");
$this->delId[] = $clearId;