Explorar el Código

add space after comma to app/models/setting.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20130 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Toshi MARUYAMA hace 3 años
padre
commit
2cf079be5b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/models/setting.rb

+ 1
- 1
app/models/setting.rb Ver fichero

@@ -336,7 +336,7 @@ class Setting < ActiveRecord::Base
end
elsif arg.is_a?(Hash)
arg = arg.dup
arg.each do |k,v|
arg.each do |k, v|
arg[k] = force_utf8_strings(v)
end
arg

Cargando…
Cancelar
Guardar