use httprequest wrapper to automatically check for errors
[phorkie.git] / scripts / search.php
index f9688bb35320bef97a5d0dd646275434a39beefc..4de514f06ea6af2c5c273dd66f10b40815f525ca 100644 (file)
@@ -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
 );