Fix record indexation

This commit is contained in:
Romain Neutron
2012-01-09 18:24:41 +01:00
parent 217d2e4db0
commit c01efe9d37

View File

@@ -1080,6 +1080,8 @@ class record_adapter implements record_Interface, cache_cacheableInterface
':record_id' => $this->record_id
)
);
$this->reindex();
return $this;
}