Navigation Menu

Skip to content

Commit

Permalink
collector: follow method name change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 12, 2014
1 parent 677e241 commit 7293c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/plugin/collector/search.rb
Expand Up @@ -75,7 +75,7 @@ def apply_output_attributes_and_format(items, output)
def search_reduce(request)
#XXX This is just a workaround. Errors should be handled by the framework itself.
if input_name == "errors"
return collector_reduce(request)
return reduce(request)
end

return unless request
Expand Down

0 comments on commit 7293c3d

Please sign in to comment.