From 2c1bc52161bc60df697957ed08dd8f74e6418eac Mon Sep 17 00:00:00 2001 From: Richard Neese Date: Fri, 9 May 2014 02:41:13 +0000 Subject: [PATCH] testing rm on a extra copy --- resources/classes/install.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/classes/install.php b/resources/classes/install.php index 37ed4a964c..a499fa039d 100644 --- a/resources/classes/install.php +++ b/resources/classes/install.php @@ -199,16 +199,16 @@ include "root.php"; } } - function copy_phrases() { - clearstatcache(); - if (file_exists($this->switch_conf_dir."/lang")) { - $src_dir = $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/resources/templates/conf/lang"; - $dst_dir = $this->switch_conf_dir."/lang"; - if (is_readable($this->switch_conf_dir)) { - $this->recursive_copy($src_dir, $dst_dir); - } - } - } + #function copy_phrases() { + # clearstatcache(); + # if (file_exists($this->switch_conf_dir."/lang")) { + # $src_dir = $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/resources/templates/conf/lang"; + # $dst_dir = $this->switch_conf_dir."/lang"; + # if (is_readable($this->switch_conf_dir)) { + # + # } + # } + #} }