From 4a31db0ed614a60cc1a5b3896ec50a9052f874e4 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 17 Jan 2020 17:53:36 -0700 Subject: [PATCH] Update scripts.php --- app/scripts/resources/classes/scripts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/resources/classes/scripts.php b/app/scripts/resources/classes/scripts.php index 8be5626154..e0b97f483e 100644 --- a/app/scripts/resources/classes/scripts.php +++ b/app/scripts/resources/classes/scripts.php @@ -112,7 +112,7 @@ if (!class_exists('scripts')) { unset($source_directory); //copy the app/*/resource/install/scripts - $app_scripts = glob($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'app/*/resource/install/scripts'); + $app_scripts = glob($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'app/*/resource/scripts'); foreach ($app_scripts as $app_script) { recursive_copy($app_script, $destination_directory); }