Update file_save.php (#4591)

This commit is contained in:
chansizzle 2019-09-12 13:32:05 -06:00 committed by FusionPBX
parent ead70acce5
commit 304e0257b8
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
case 'php':
$edit_directory = $_SERVER["DOCUMENT_ROOT"].'/'.PROJECT_PATH;
break;
case 'grammer':
case 'grammar':
$edit_directory = $_SESSION['switch']['grammar']['dir'];
break;
case 'provision':