From dad25394feb03bf4a3ad822c93d9964e92823b68 Mon Sep 17 00:00:00 2001 From: nlstart Date: Mon, 13 Jan 2014 16:01:14 +0100 Subject: [PATCH] Fix issue #490 --- e107_handlers/e_marketplace.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_handlers/e_marketplace.php b/e107_handlers/e_marketplace.php index 059a919aa..116ad2271 100644 --- a/e107_handlers/e_marketplace.php +++ b/e107_handlers/e_marketplace.php @@ -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); /**