From d1945854a973956d161551ecfdadd202a4f13b34 Mon Sep 17 00:00:00 2001 From: Brayan Osmar Pereyra Suxo Date: Fri, 26 Apr 2013 17:44:22 -0400 Subject: [PATCH] Creacion de logs para SYSTEM_NAME Creacion de logs para SYSTEM_NAME --- workflow/engine/controllers/installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/controllers/installer.php b/workflow/engine/controllers/installer.php index 3f8649aea..9db2917ba 100644 --- a/workflow/engine/controllers/installer.php +++ b/workflow/engine/controllers/installer.php @@ -368,7 +368,7 @@ class Installer extends Controller public function createWorkspace () { $pathSharedPartner = trim( $_REQUEST['pathShared'] ); - if (file_exists($pathSharedPartner.'partner.info')) { + if (file_exists(trim($pathSharedPartner,PATH_SEP). PATH_SEP .'partner.info')) { $this->systemName = $this->getSystemName($pathSharedPartner); $_REQUEST["PARTNER_FLAG"] = true; }