summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/search/helpers/search_task.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/search/helpers/search_task.php b/modules/search/helpers/search_task.php
index 395bcd98..df1dfe16 100644
--- a/modules/search/helpers/search_task.php
+++ b/modules/search/helpers/search_task.php
@@ -69,6 +69,7 @@ class search_task_Core {
$task->status = t2("one record updated, index is %percent% up-to-date",
"%count records updated, index is %percent% up-to-date",
$completed, array("percent" => $percent));
+ $message[] = $task->status;
} catch (Exception $e) {
$task->done = true;
$task->state = "error";