mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 09:29:45 +01:00
Fix issue #490
This commit is contained in:
parent
a52c8abdae
commit
dad25394fe
@ -252,7 +252,8 @@ abstract class e_marketplace_adapter_abstract
|
||||
protected $authKey = null;
|
||||
|
||||
abstract public function test($input);
|
||||
abstract public function call($method, $data, $apply);
|
||||
//abstract public function call($method, $data, $apply);
|
||||
abstract public function call($method, $data, $apply = true); // Fix issue #490
|
||||
abstract public function fetch($method, &$result);
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user