From 6260236e090f1e3eda054fe5dedf4e848db181f0 Mon Sep 17 00:00:00 2001 From: tikijian Date: Thu, 18 Sep 2014 17:49:31 +0400 Subject: [PATCH] quickfix --- lib/IntaroCrm/RestApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IntaroCrm/RestApi.php b/lib/IntaroCrm/RestApi.php index 6d0b16c..4eee2bf 100644 --- a/lib/IntaroCrm/RestApi.php +++ b/lib/IntaroCrm/RestApi.php @@ -157,7 +157,7 @@ class RestApi $this->parameters['limit'] = $limit; $this->parameters['offset'] = $offset; - $this->parameters = array_merge($this->parameters, $filter); + $this->parameters['filter'] = $filter; $result = $this->curlRequest($url); return $result;