HOR-3620
Fix PMSystem -> PmSystem since Processmaker is one word.
This commit is contained in:
@@ -236,7 +236,7 @@ class padl
|
||||
}
|
||||
|
||||
// Proxy settings
|
||||
$sysConf = PMSystem::getSystemConfiguration();
|
||||
$sysConf = PmSystem::getSystemConfiguration();
|
||||
if ($sysConf['proxy_host'] != '') {
|
||||
if (!is_array($params['http'])) {
|
||||
$params['http'] = array();
|
||||
|
||||
Reference in New Issue
Block a user