aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/temp.rake
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-09-04 11:25:58 +0100
committerLouise Crow <louise.crow@gmail.com>2013-09-04 11:25:58 +0100
commit1acc6d4d9cd8a4b6173ee19df847db6088da8e99 (patch)
tree9abad350c413d043eb1d7c987c49e9be6b78f717 /lib/tasks/temp.rake
parent17b6abbfcbd00c60a41d3d58e2b9c49f3bef8a77 (diff)
parent82deee469525ab9f4a73d039d0aa54c07ece0b06 (diff)
Merge branch 'hotfix/0.13.0.1' into rails-3-develop
Diffstat (limited to 'lib/tasks/temp.rake')
-rw-r--r--lib/tasks/temp.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/temp.rake b/lib/tasks/temp.rake
index f746338f0..d371ad0dc 100644
--- a/lib/tasks/temp.rake
+++ b/lib/tasks/temp.rake
@@ -24,7 +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.mark_needs_xapian_index }
+ info_request.info_request_events.each{ |event| event.xapian_mark_needs_index }
end
end