lib/iqvoc/configuration/concept.rb in iqvoc-3.5.1 vs lib/iqvoc/configuration/concept.rb in iqvoc-3.5.2
- old
+ new
@@ -132,10 +132,10 @@
end
# @deprecated
def pref_labeling_languages=(value)
ActiveSupport::Deprecation.warn "pref_labeling_languages has been moved into instance configuration", caller
- Iqvoc.config.register_setting("languages.pref_labeling", arr)
+ Iqvoc.config.register_setting("languages.pref_labeling", value)
end
# @deprecated
def further_labeling_class_names=(hsh)
ActiveSupport::Deprecation.warn "further_labeling_class_names has been moved into instance configuration", caller
\ No newline at end of file