mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 15:31:41 +02:00
Improved image testing. File class mime-detection improvements. Fix for use of e107_ini_set() which is only declared during installation. gSitemap typo fix.
This commit is contained in:
@@ -560,8 +560,8 @@ class e_marketplace_adapter_wsdl extends e_marketplace_adapter_abstract
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
e107_ini_set('soap.wsdl_cache_enabled', 0);
|
||||
e107_ini_set('soap.wsdl_cache_ttl', 0);
|
||||
ini_set('soap.wsdl_cache_enabled', 0);
|
||||
ini_set('soap.wsdl_cache_ttl', 0);
|
||||
|
||||
$options = array(
|
||||
"trace" => true,
|
||||
|
Reference in New Issue
Block a user