From 11a4a1d9a682f4f99eff078deace9934ed531fa6 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 29 Feb 2016 18:47:51 -0700 Subject: [PATCH] Minor change remove trailing tab. --- core/install/resources/classes/detect_switch.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/install/resources/classes/detect_switch.php b/core/install/resources/classes/detect_switch.php index 2f99213ab6..9324840280 100644 --- a/core/install/resources/classes/detect_switch.php +++ b/core/install/resources/classes/detect_switch.php @@ -135,14 +135,14 @@ require_once "resources/classes/EventSocket.php"; $this->$field = normalize_path($matches[2]); } } - $this->_voicemail_vdir = normalize_path($this->_storage_dir . DIRECTORY_SEPARATOR . "voicemail"); - $this->_phrases_vdir = normalize_path($this->_conf_dir . DIRECTORY_SEPARATOR . "lang"); - $this->_extensions_vdir = normalize_path($this->_conf_dir . DIRECTORY_SEPARATOR . "directory"); + $this->_voicemail_vdir = normalize_path($this->_storage_dir . DIRECTORY_SEPARATOR . "voicemail"); + $this->_phrases_vdir = normalize_path($this->_conf_dir . DIRECTORY_SEPARATOR . "lang"); + $this->_extensions_vdir = normalize_path($this->_conf_dir . DIRECTORY_SEPARATOR . "directory"); $this->_sip_profiles_vdir = normalize_path($this->_conf_dir . DIRECTORY_SEPARATOR . "sip_profiles"); $this->_dialplan_vdir = normalize_path($this->_conf_dir . DIRECTORY_SEPARATOR . "dialplan"); $this->_backup_vdir = normalize_path(sys_get_temp_dir()); - } - + } + protected function connect_event_socket(){ $esl = new EventSocket; if ($esl->connect($this->event_host, $this->event_port, $this->event_password)) {