Fix the dialplan import problem caused when checking if the array 'isset' one word was incorrect.

This commit is contained in:
markjcrane 2016-05-01 08:21:15 -06:00
parent 70a349bb6a
commit 716762a58b
1 changed files with 1 additions and 1 deletions

View File

@ -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'];