From 18c854f794ebc3f2b6773fd1d09ce8b4f9781402 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 8 Dec 2018 15:47:03 -0700 Subject: [PATCH] Update filelist.php --- app/edit/filelist.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/edit/filelist.php b/app/edit/filelist.php index d599fead78..c8120c43b9 100644 --- a/app/edit/filelist.php +++ b/app/edit/filelist.php @@ -112,6 +112,9 @@ case 'grammer': $edit_directory = $_SESSION['switch']['grammar']['dir']; break; + case 'path': + $edit_directory = $_SESSION['editor']['path']['text']; + break; case 'provision': switch (PHP_OS) { case "Linux":