Skip to content

Commit

Permalink
Initialize cat namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Feb 10, 2014
1 parent 0bd36a7 commit 5ec9257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Elasticsearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public function __construct($params = array())
$this->cluster = $this->params['clusterNamespace'];
$this->nodes = $this->params['nodesNamespace'];
$this->snapshot = $this->params['snapshotNamespace'];
$this->cat = $this->params['catNamespace'];
$this->dicEndpoints = $this->params['endpoint'];
}

Expand Down

0 comments on commit 5ec9257

Please sign in to comment.