This commit is contained in:
Julio Cesar Laura Avendaño
2018-02-22 13:17:58 -04:00
parent 1720c72e5f
commit 74819cc5c4
2 changed files with 10 additions and 2 deletions

View File

@@ -270,7 +270,11 @@ class Admin extends Controller
$pmSection = G::LoadTranslation('ID_PROCESS_INFORMATION');
$properties = array ();
$ee = class_exists( 'pmLicenseManager' ) ? " - Enterprise Edition" : '';
$ee = '';
/*----------------------------------********---------------------------------*/
// In the community version this text must not be presented
$ee = ' - Enterprise Edition';
/*----------------------------------********---------------------------------*/
$systemName = 'ProcessMaker';
if (defined('SYSTEM_NAME')) {
$systemName = SYSTEM_NAME;