Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #80 from apility/develop
Browse files Browse the repository at this point in the history
v1.1.2
  • Loading branch information
thomas-alrek committed Aug 21, 2019
2 parents ac8dd92 + 253a6ce commit a8f70f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Netflex/Site/ElasticSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public function buildQuery()
* @throws Exception
* @return void
*/
private function execute()
public function execute()
{
if (!get_setting('use_elasticsearch')) {
throw new Exception('ElasticSearch is not enabled for this site');
Expand Down

0 comments on commit a8f70f8

Please sign in to comment.