Navigation Menu

Skip to content

Commit

Permalink
Follow method name change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 9, 2014
1 parent 8ca36d4 commit 59a4547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/searcher.rb
Expand Up @@ -437,7 +437,7 @@ def format_attribute(attribute, table)
source = attribute[:source]
if source == "_subrecs"
sub_record_table = table.range
sub_attributes = format_attributes(attribute[:attributes], sub_record_table)
sub_attributes = format(attribute[:attributes], sub_record_table)

format_attribute_subrecs(label, sub_attributes)
else
Expand Down

0 comments on commit 59a4547

Please sign in to comment.