From cfdccded76461c7d4f7d05a70d3f4844f6120741 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Wed, 25 Nov 2015 18:17:48 -0700 Subject: [PATCH] Fix the syntax by adding a missing semi-colon. --- core/install/resources/classes/install_switch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/install/resources/classes/install_switch.php b/core/install/resources/classes/install_switch.php index 65592e8903..4eb4b04247 100644 --- a/core/install/resources/classes/install_switch.php +++ b/core/install/resources/classes/install_switch.php @@ -239,7 +239,7 @@ include "root.php"; $script_dir = $_SESSION['switch']['scripts']['dir']; } else { - $script_dir = $this->detect_switch->script_dir() + $script_dir = $this->detect_switch->script_dir(); } if (file_exists($script_dir())) { if (file_exists('/usr/share/examples/fusionpbx/resources/install/scripts')){