From 8721dc8e8051636f7397a291e55da944b1b7e774 Mon Sep 17 00:00:00 2001 From: Luis Daniel Lucio Quiroz Date: Thu, 1 Apr 2021 14:25:17 -0400 Subject: [PATCH] [4.5] This is a pure cosmetic fix When editing in the CLI with any editor that does syntax highlight, the * breaks it. Adding on the following line /* **/ restores the right highlighting --- app/dialplans/resources/classes/dialplan.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/dialplans/resources/classes/dialplan.php b/app/dialplans/resources/classes/dialplan.php index 6474c1770a..091f98c6d8 100644 --- a/app/dialplans/resources/classes/dialplan.php +++ b/app/dialplans/resources/classes/dialplan.php @@ -179,6 +179,7 @@ //get the array of xml files $xml_list = glob($_SERVER["DOCUMENT_ROOT"] . PROJECT_PATH . "/*/*/resources/switch/conf/dialplan/*.xml"); + /* **/ //build the dialplan xml array /*