From 3bdc78e981576b4c965cd9f6965d26f9b3b68292 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Fri, 1 Mar 2019 10:29:31 -0100 Subject: fixing INDEX_DONE Signed-off-by: Maxence Lange --- lib/public/FullTextSearch/Model/IIndex.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/public/FullTextSearch/Model/IIndex.php b/lib/public/FullTextSearch/Model/IIndex.php index 650a0d62707..c1c83db2d4b 100644 --- a/lib/public/FullTextSearch/Model/IIndex.php +++ b/lib/public/FullTextSearch/Model/IIndex.php @@ -59,9 +59,8 @@ interface IIndex { const INDEX_PARTS = 16; const INDEX_FULL = 28; const INDEX_REMOVE = 32; - - const INDEX_DONE = 32; - const INDEX_FAILED = 64; + const INDEX_DONE = 64; + const INDEX_FAILED = 128; const ERROR_FAILED = 1; const ERROR_FAILED2 = 2; -- cgit v1.2.3