HOR-3620
Fix PMSystem -> PmSystem since Processmaker is one word.
This commit is contained in:
@@ -192,7 +192,7 @@ if ($actionAjax == 'sendMailMessage_JXP') {
|
||||
$oCase = new Cases();
|
||||
$data = $oCase->getHistoryMessagesTrackerView( $_POST['APP_UID'], $_POST['APP_MSG_UID'] );
|
||||
|
||||
$aSetup = PMSystem::getEmailConfiguration();
|
||||
$aSetup = PmSystem::getEmailConfiguration();
|
||||
|
||||
$oSpool = new spoolRun();
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ while ($rsSql->next()) {
|
||||
}
|
||||
|
||||
if (count($arrayTabItem) > 0) {
|
||||
$urlProxy = PMSystem::getHttpServerHostnameRequestsFrontEnd() . '/api/1.0/' . SYS_SYS . '/consolidated/';
|
||||
$urlProxy = PmSystem::getHttpServerHostnameRequestsFrontEnd() . '/api/1.0/' . SYS_SYS . '/consolidated/';
|
||||
$clientId = 'x-pm-local-client';
|
||||
$client = getClientCredentials($clientId);
|
||||
$authCode = getAuthorizationCode($client);
|
||||
|
||||
@@ -118,7 +118,7 @@ $oAppCache->confCasesList = $confCasesList;
|
||||
$solrEnabled = 0;
|
||||
if ($action == "todo" || $action == "draft" || $action == "sent" || $action == "selfservice" ||
|
||||
$action == "unassigned" || $action == "search") {
|
||||
$solrConfigured = ($solrConf = PMSystem::solrEnv()) !== false ? 1 : 0;
|
||||
$solrConfigured = ($solrConf = PmSystem::solrEnv()) !== false ? 1 : 0;
|
||||
if ($solrConfigured == 1) {
|
||||
$applicationSolrIndex = new AppSolr(
|
||||
$solrConf['solr_enabled'],
|
||||
|
||||
@@ -785,7 +785,7 @@ switch (($_POST['action']) ? $_POST['action'] : $_REQUEST['action']) {
|
||||
$data = $oCase->getHistoryMessagesTrackerView( $_POST['APP_UID'], $_POST['APP_MSG_UID'] );
|
||||
//print_r($data);
|
||||
|
||||
$aSetup = PMSystem::getEmailConfiguration();
|
||||
$aSetup = PmSystem::getEmailConfiguration();
|
||||
|
||||
$passwd = $aSetup['MESS_PASSWORD'];
|
||||
$passwdDec = G::decrypt( $passwd, 'EMAILENCRYPT' );
|
||||
|
||||
Reference in New Issue
Block a user