mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix the dialplan import problem caused when checking if the array 'isset' one word was incorrect.
This commit is contained in:
@@ -368,7 +368,7 @@ include "root.php";
|
||||
$this->dialplan_detail_add();
|
||||
$order = $order + 5;
|
||||
}
|
||||
if (isset($row['action-action'])) foreach ($row['anti-action'] as &$row2) {
|
||||
if (isset($row['anti-action'])) foreach ($row['anti-action'] as &$row2) {
|
||||
$this->dialplan_detail_tag = 'anti-action';
|
||||
$this->dialplan_detail_type = $row2['@attributes']['application'];
|
||||
$this->dialplan_detail_data = $row2['@attributes']['data'];
|
||||
|
||||
Reference in New Issue
Block a user