From 3ce50ef8d20470cefe1c076827a84d469d6dac06 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 9 Apr 2021 12:12:31 -0600 Subject: [PATCH] Add a comment with description: add a band-aid for CLI editors with faulty syntax highlighting --- app/dialplans/resources/classes/dialplan.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/dialplans/resources/classes/dialplan.php b/app/dialplans/resources/classes/dialplan.php index 091f98c6d8..485ca7ac47 100644 --- a/app/dialplans/resources/classes/dialplan.php +++ b/app/dialplans/resources/classes/dialplan.php @@ -179,7 +179,9 @@ //get the array of xml files $xml_list = glob($_SERVER["DOCUMENT_ROOT"] . PROJECT_PATH . "/*/*/resources/switch/conf/dialplan/*.xml"); - /* **/ + + //add a band-aid for CLI editors with faulty syntax highlighting + /* **/ //build the dialplan xml array /*