Browse Source

fixed copy hidden file in instalator - scp_hidden_files

Piotr Labudda 10 years ago
parent
commit
d37faf439f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      SE/superedit-INSTALL_SES_PROCESY_A.php

+ 2 - 2
SE/superedit-INSTALL_SES_PROCESY_A.php

@@ -1826,8 +1826,8 @@ function MAKE_PKG_COMPONENT($h,$installer_dir_tar,$installer_url,$installer_tmp,
 
 	 		} else if(isset($command['scp_hidden_files'])) {
 	 			mkdir($installer_dir."/".$command_id,0777);
-	 			exec("cp ".$command['scp'][0]." ".$installer_dir."/".$command_id);
-	 			$ins_sh.="mv ".$installer_tmp."/".$command_id."/.* ".$command['scp'][1]." \n";
+	 			exec("cp ".$command['scp_hidden_files'][0]." ".$installer_dir."/".$command_id);
+	 			$ins_sh.="mv ".$installer_tmp."/".$command_id."/.* ".$command['scp_hidden_files'][1]." \n";
 	 		} else if(isset($command['scp_root'])) {