X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=extern%2Fsoap.php;h=fcd2318d66ceb3b08e61278ede1b58ee75d2c23e;hb=58e55a4a78d802a640aba705a88472539a038b4c;hp=578a879ba0c60fc0a572e4f2305bfe31ab74aa7f;hpb=634aee3dd96fc74e3d5aaedb6774818aa9579721;p=civicrm-core.git diff --git a/extern/soap.php b/extern/soap.php index 578a879ba0..fcd2318d66 100644 --- a/extern/soap.php +++ b/extern/soap.php @@ -30,9 +30,9 @@ $crm_soap = new CRM_Utils_SoapServer(); /* Cache the real UF, override it with the SOAP environment */ -$config = CRM_Core_Config::singleton(); +$civicrmConfig = CRM_Core_Config::singleton(); -$server->setClass('CRM_Utils_SoapServer', $config->userFrameworkClass); +$server->setClass('CRM_Utils_SoapServer', $civicrmConfig->userFrameworkClass); $server->setPersistence(SOAP_PERSISTENCE_SESSION);