Merged in bugfix/HOR-4378 (pull request #6366)
HOR-4378 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com> Approved-by: Aldo Mauricio Veliz Valenzuela <mauricio@colosa.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -729,7 +729,11 @@ class Main 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;
|
||||
|
||||
Reference in New Issue
Block a user