diff --git a/workflow/engine/src/ProcessMaker/BusinessModel/Light.php b/workflow/engine/src/ProcessMaker/BusinessModel/Light.php index c8509dabd..f49c385d4 100644 --- a/workflow/engine/src/ProcessMaker/BusinessModel/Light.php +++ b/workflow/engine/src/ProcessMaker/BusinessModel/Light.php @@ -1244,6 +1244,12 @@ class Light $fields = \System::getSysInfo(); $response['version'] = $fields['PM_VERSION']; + $buildType = 'Community'; + /*----------------------------------********---------------------------------*/ + $buildType = 'Enterprise'; + /*----------------------------------********---------------------------------*/ + $response['buildType'] = $buildType; + $conf = new \Configurations(); $confEnvironment = $conf->getFormats();