From 21f3b91d31bb6761fd48e33f0c47389bd3a6c9df Mon Sep 17 00:00:00 2001 From: Brayan Osmar Pereyra Suxo Date: Fri, 26 Apr 2013 17:16:00 -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 b03f35da9..3f8649aea 100644 --- a/workflow/engine/controllers/installer.php +++ b/workflow/engine/controllers/installer.php @@ -1081,7 +1081,7 @@ class Installer extends Controller public function getSystemName ($siteShared) { - $systemName = '' + $systemName = ''; if (substr( $siteShared, - 1 ) != '/') { $siteShared .= '/'; }