diff options
Diffstat (limited to 'scripts/search.php')
| -rw-r--r-- | scripts/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/search.php b/scripts/search.php index f9688bb..4de514f 100644 --- a/scripts/search.php +++ b/scripts/search.php @@ -24,7 +24,7 @@ if ($GLOBALS['phorkie']['cfg']['setupcheck']) { SetupCheck::run(); } -$r = new \HTTP_Request2( +$r = new Database_Adapter_Elasticsearch_HTTPRequest( $GLOBALS['phorkie']['cfg']['elasticsearch'] . 'repo/_search', \HTTP_Request2::METHOD_GET ); |
