diff --git a/workflow/engine/classes/class.wsTools.php b/workflow/engine/classes/class.wsTools.php index 99fde4e54..d2b89e991 100755 --- a/workflow/engine/classes/class.wsTools.php +++ b/workflow/engine/classes/class.wsTools.php @@ -1651,7 +1651,7 @@ class workspaceTools $pathDirectoryEnterprise = PATH_CORE . 'plugins' . PATH_SEP . 'enterprise'; $pathFileEnterprise = PATH_CORE . 'plugins' . PATH_SEP . 'enterprise.php'; - if (!file_exists($pathDirectoryEnterprise) && !file_exists(PATH_PLUGIN . 'enterprise.php')) { + if (!file_exists($pathDirectoryEnterprise) && !file_exists($pathFileEnterprise)) { CLI::logging(" Without changes... \n"); return true; } diff --git a/workflow/engine/config/schema.xml b/workflow/engine/config/schema.xml index ea28e82c0..3ec91b108 100755 --- a/workflow/engine/config/schema.xml +++ b/workflow/engine/config/schema.xml @@ -3245,7 +3245,7 @@ - + @@ -3274,10 +3274,10 @@ - + - + @@ -3331,13 +3331,13 @@ - + - + - + @@ -3367,13 +3367,13 @@ - + - + - + @@ -3398,10 +3398,10 @@ - + - + @@ -3438,13 +3438,13 @@ - + - + - + @@ -3480,13 +3480,13 @@ - + - + - + @@ -3533,13 +3533,13 @@ - + - + - + @@ -3581,13 +3581,13 @@ - + - + - + @@ -3622,13 +3622,13 @@ - + - + - + @@ -3659,13 +3659,13 @@ - + - + - + @@ -3695,13 +3695,13 @@ - + - + - + @@ -3731,10 +3731,10 @@ - + - + @@ -3760,10 +3760,10 @@ - + - + @@ -3789,10 +3789,10 @@ - + - + @@ -3818,7 +3818,7 @@ - + @@ -3847,7 +3847,7 @@
- +