Skip to content

Commit

Permalink
minor fix - pass url params to visitors method
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiq committed Jan 15, 2016
1 parent 5a5b843 commit 755cda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LiveChat/Api/Model/Visitors.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public function get(array $params = array())
$paramsString = $this->parseParams($params);
$url .= $paramsString != "" ? "?" . $paramsString : "";

return $this->executeGet(self::METHOD_PATH);
return $this->executeGet($url);
}
}

0 comments on commit 755cda2

Please sign in to comment.