aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-09-04 11:12:32 +0100
committerLouise Crow <louise.crow@gmail.com>2013-09-04 11:12:32 +0100
commit399d638bdf583b4166b8ab87818509a6c5375e78 (patch)
tree858c67f4ce215c3f548c324cf871b56ac78f76af /lib/tasks
parentbce48a138d6033b7e927ecd8b7b4cec6d15fbe62 (diff)
parent40bfb44da55f134e3525c48d5b98c7f096f01061 (diff)
Merge branch 'hotfix/0.13.0.2' into wdtk
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/temp.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/temp.rake b/lib/tasks/temp.rake
index 127c32921..d371ad0dc 100644
--- a/lib/tasks/temp.rake
+++ b/lib/tasks/temp.rake
@@ -24,6 +24,7 @@ namespace :temp do
:described_state => info_request.described_state,
:calculated_state => info_request.described_state,
:params => params)
+ info_request.info_request_events.each{ |event| event.xapian_mark_needs_index }
end
end