Skip to content
Snippets Groups Projects
Commit 319265a3 authored by Demian Katz's avatar Demian Katz
Browse files

Merge branch 'release-2.3'

parents 7b9e243e 0144a411
No related merge requests found
...@@ -599,7 +599,7 @@ class Backend extends AbstractBackend ...@@ -599,7 +599,7 @@ class Backend extends AbstractBackend
try { try {
$authenticationToken = $this->getAuthenticationToken(true); $authenticationToken = $this->getAuthenticationToken(true);
$response = $this->client $response = $this->client
->info($searchModel, $authenticationToken, $sessionToken); ->info($authenticationToken, $sessionToken);
} catch(Exception $e) { } catch(Exception $e) {
throw new BackendException( throw new BackendException(
$e->getMessage(), $e->getMessage(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment