Add compatibility with elasticsearch 1

This commit is contained in:
Romain Neutron
2014-03-05 00:40:11 +01:00
parent 024b5353b1
commit 82bd617477
5 changed files with 29 additions and 15 deletions

View File

@@ -165,7 +165,6 @@ class record_adapter implements record_Interface, cache_cacheableInterface
$this->record_id = (int) $record_id;
return $this->load();
;
}
protected function load()