Merged in bugfix/HOR-2897 (pull request #5557)
HOR-2897 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -30,8 +30,12 @@
|
|||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
use ProcessMaker\Util\ElementTranslation;
|
use ProcessMaker\Util\ElementTranslation;
|
||||||
|
|
||||||
if (! class_exists( 'PMScript' )) {
|
if (!class_exists('Monolog\Logger')) {
|
||||||
G::LoadClass( 'pmScript' );
|
Bootstrap::initVendors();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!class_exists('PMScript')) {
|
||||||
|
G::LoadClass('pmScript');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user