PM-3366: 0018169: Proxy settings(no se puede acceder a processmaker cuando se configura un proxy inexistente)

cambio de la forma de llamar a un metodo estatico

instanciar clase para compatibilidad con php 5.3
This commit is contained in:
marcelo.cuiza
2015-09-03 15:11:56 -04:00
parent 9f7b7199e8
commit 9d7a7ed7b4
2 changed files with 7 additions and 7 deletions

View File

@@ -277,6 +277,11 @@ define( 'PML_WSDL_URL', PML_SERVER . '/syspmLibrary/en/green/services/wsdl' );
define( 'PML_UPLOAD_URL', PML_SERVER . '/syspmLibrary/en/green/services/uploadProcess' );
define( 'PML_DOWNLOAD_URL', PML_SERVER . '/syspmLibrary/en/green/services/download' );
//Call Gulliver Classes
Bootstrap::LoadThirdParty("smarty/libs", "Smarty.class");
//Loading the autoloader libraries feature
Bootstrap::registerSystemClasses();
$config = Bootstrap::getSystemConfiguration();
@@ -303,12 +308,6 @@ session_start();
//$e_all = $config['debug'] ? $e_all : $e_all & ~ E_NOTICE;
//$e_all = E_ALL & ~ E_DEPRECATED & ~ E_STRICT & ~ E_NOTICE & ~E_WARNING;
//Call Gulliver Classes
Bootstrap::LoadThirdParty("smarty/libs", "Smarty.class");
//Loading the autoloader libraries feature
Bootstrap::registerSystemClasses();
G::LoadSystem('inputfilter');
$filter = new InputFilter();
$config['display_errors'] = $filter->validateInput($config['display_errors']);