1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 09:29:45 +01:00
This commit is contained in:
nlstart 2014-01-13 16:01:14 +01:00
parent a52c8abdae
commit dad25394fe

View File

@ -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);
/**