parent
8c213fa98b
commit
e64f9c87fb
|
@ -98,7 +98,7 @@ module Stylesheet
|
||||||
message = targets.map! do |name|
|
message = targets.map! do |name|
|
||||||
msgs = []
|
msgs = []
|
||||||
active_themes.each do |theme_id|
|
active_themes.each do |theme_id|
|
||||||
msgs << Stylesheet::Manager.stylesheet_data(name.to_sym, theme_id)
|
msgs << Stylesheet::Manager.new(theme_id: theme_id).stylesheet_data(name.to_sym)
|
||||||
end
|
end
|
||||||
msgs
|
msgs
|
||||||
end.flatten!
|
end.flatten!
|
||||||
|
@ -116,7 +116,7 @@ module Stylesheet
|
||||||
message = targets.map! do |name|
|
message = targets.map! do |name|
|
||||||
msgs = []
|
msgs = []
|
||||||
active_themes.each do |theme_id|
|
active_themes.each do |theme_id|
|
||||||
msgs << Stylesheet::Manager.stylesheet_data(name.to_sym, theme_id)
|
msgs << Stylesheet::Manager.new(theme_id: theme_id).stylesheet_data(name.to_sym)
|
||||||
end
|
end
|
||||||
msgs
|
msgs
|
||||||
end.flatten!
|
end.flatten!
|
||||||
|
|
Loading…
Reference in New Issue