mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update {$mac}.cfg
correct missing {
This commit is contained in:
@@ -1988,7 +1988,7 @@ memorykey.{$row.device_key_id}.label = {$row.device_key_label}
|
||||
|
||||
#programablekey.x.label--This parameter is only available to the key 1 to key 4.
|
||||
|
||||
foreach $keys["programmable"] as $row}
|
||||
{foreach $keys["programmable"] as $row}
|
||||
programablekey.{$row.device_key_id}.type = {$row.device_key_type}
|
||||
programablekey.{$row.device_key_id}.line = {$row.device_key_line}
|
||||
programablekey.{$row.device_key_id}.value = {$row.device_key_value}
|
||||
|
||||
Reference in New Issue
Block a user