HOR-3620
Fix PMSystem -> PmSystem since Processmaker is one word.
This commit is contained in:
@@ -64,7 +64,7 @@ $oHeadPublisher->assign("SUPPORT_FLAG", ((isset($licenseManager->supportStartDat
|
||||
$oHeadPublisher->assign("supportStartDate", (isset($licenseManager->supportStartDate))? $licenseManager->supportStartDate : '');
|
||||
$oHeadPublisher->assign("supportEndDate", (isset($licenseManager->supportEndDate))? $licenseManager->supportEndDate : '');
|
||||
|
||||
$oHeadPublisher->assign("PROCESSMAKER_VERSION", PMSystem::getVersion());
|
||||
$oHeadPublisher->assign("PROCESSMAKER_VERSION", PmSystem::getVersion());
|
||||
$oHeadPublisher->assign("PROCESSMAKER_URL", "/sys" . SYS_SYS . "/" . SYS_LANG . "/" . SYS_SKIN );
|
||||
$oHeadPublisher->assign("SYS_SKIN", SYS_SKIN);
|
||||
$oHeadPublisher->assign("URL_PART_LOGIN", ((substr(SYS_SKIN, 0, 2) == "ux" && SYS_SKIN != "uxs")? "main/login" : "login/login"));
|
||||
|
||||
@@ -285,7 +285,7 @@ try {
|
||||
);
|
||||
|
||||
// Proxy settings
|
||||
$sysConf = PMSystem::getSystemConfiguration();
|
||||
$sysConf = PmSystem::getSystemConfiguration();
|
||||
if ($sysConf['proxy_host'] != '') {
|
||||
if (!is_array($option['http'])) {
|
||||
$option['http'] = array();
|
||||
|
||||
@@ -16,7 +16,7 @@ class enterprisePlugin extends PMPlugin
|
||||
{
|
||||
$pathPluginTrunk = PATH_CORE . "enterprise";
|
||||
|
||||
$VERSION = PMSystem::getVersion();
|
||||
$VERSION = PmSystem::getVersion();
|
||||
|
||||
$res = parent::PMPlugin($sNamespace, $sFilename);
|
||||
$this->sFriendlyName = "ProcessMaker Enterprise Core Edition";
|
||||
|
||||
@@ -43,7 +43,7 @@ function install($file)
|
||||
);
|
||||
|
||||
// Proxy settings
|
||||
$sysConf = PMSystem::getSystemConfiguration();
|
||||
$sysConf = PmSystem::getSystemConfiguration();
|
||||
if (isset($sysConf['proxy_host'])) {
|
||||
if ($sysConf['proxy_host'] != '') {
|
||||
if (!is_array($option['http'])) {
|
||||
@@ -150,7 +150,7 @@ switch ($option) {
|
||||
);
|
||||
|
||||
// Proxy settings
|
||||
$sysConf = PMSystem::getSystemConfiguration();
|
||||
$sysConf = PmSystem::getSystemConfiguration();
|
||||
if (isset($sysConf['proxy_host'])) {
|
||||
if ($sysConf['proxy_host'] != '') {
|
||||
if (!is_array($option['http'])) {
|
||||
@@ -319,7 +319,7 @@ switch ($option) {
|
||||
);
|
||||
|
||||
// Proxy settings
|
||||
$sysConf = PMSystem::getSystemConfiguration();
|
||||
$sysConf = PmSystem::getSystemConfiguration();
|
||||
if (isset($sysConf['proxy_host'])) {
|
||||
if ($sysConf['proxy_host'] != '') {
|
||||
if (!is_array($option['http'])) {
|
||||
|
||||
Reference in New Issue
Block a user