diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-08-28 17:23:43 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-08-28 17:23:43 +0100 |
commit | 82deee469525ab9f4a73d039d0aa54c07ece0b06 (patch) | |
tree | 33fb8308c1eb3f4b8f288800baffd6bf9940b6c0 /lib/tasks | |
parent | ce30500cea5c2d6304643bc90ce0c5b36a2f5919 (diff) |
Fix wrong method name.hotfix/0.13.0.1
Diffstat (limited to 'lib/tasks')
-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 |