diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tasks/temp.rake | 2 |
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 |