From c01efe9d379634c1cfeb80fe8034f2863a0d1875 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Mon, 9 Jan 2012 18:24:41 +0100 Subject: [PATCH] Fix record indexation --- lib/classes/record/adapter.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/classes/record/adapter.class.php b/lib/classes/record/adapter.class.php index 68d4e90426..17ba1ea4ed 100644 --- a/lib/classes/record/adapter.class.php +++ b/lib/classes/record/adapter.class.php @@ -1080,6 +1080,8 @@ class record_adapter implements record_Interface, cache_cacheableInterface ':record_id' => $this->record_id ) ); + + $this->reindex(); return $this; }