From c818eef1874b883408677da0fcf930fc60469be2 Mon Sep 17 00:00:00 2001 From: Ralph Asendeteufrer Date: Fri, 19 Oct 2012 09:05:04 -0400 Subject: [PATCH] CODE STYLE changes files modified: workflow/engine/methods/install/autoinstallPlugins.php workflow/engine/methods/install/autoinstallProcesses.php workflow/engine/methods/install/heartbeatStatus.php workflow/engine/methods/install/install.php workflow/engine/methods/install/installServer.php workflow/engine/methods/install/newSite.php workflow/engine/methods/install/r.php --- workflow/engine/methods/install/autoinstallPlugins.php | 1 - workflow/engine/methods/install/autoinstallProcesses.php | 1 - workflow/engine/methods/install/heartbeatStatus.php | 1 + workflow/engine/methods/install/install.php | 1 - workflow/engine/methods/install/installServer.php | 1 - workflow/engine/methods/install/newSite.php | 1 - workflow/engine/methods/install/r.php | 1 + 7 files changed, 2 insertions(+), 5 deletions(-) diff --git a/workflow/engine/methods/install/autoinstallPlugins.php b/workflow/engine/methods/install/autoinstallPlugins.php index e5cf5482b..5f271f34d 100755 --- a/workflow/engine/methods/install/autoinstallPlugins.php +++ b/workflow/engine/methods/install/autoinstallPlugins.php @@ -1,5 +1,4 @@ '; + if (file_exists( FILE_PATHS_INSTALLED )) { if (@copy( FILE_PATHS_INSTALLED, FILE_PATHS_INSTALLED . '.backup' )) { echo 'Backup file was created ' . FILE_PATHS_INSTALLED . '.backup
';