From af8aef39b08f9b00e91cad0c6cb1602022172c8f Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 1 Jul 2016 13:47:50 -0600 Subject: [PATCH] Add another missing semi-colon. --- app/dialplan/resources/classes/dialplan.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dialplan/resources/classes/dialplan.php b/app/dialplan/resources/classes/dialplan.php index 46f308c729..5a0f001902 100644 --- a/app/dialplan/resources/classes/dialplan.php +++ b/app/dialplan/resources/classes/dialplan.php @@ -451,7 +451,7 @@ include "root.php"; $prep_statement = $this->db->prepare(check_sql($sql)); $prep_statement->execute(); $dialplans = $prep_statement->fetchAll(PDO::FETCH_ASSOC); - unset($prep_statement,$sql) + unset($prep_statement, $sql); $x = 0; $y = 0; if (isset($dialplans)) foreach ($dialplans as &$row) { //if the previous dialplan uuid has not been set then set it