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":