DEV: Fix incorrect optimization in SvgSprite take 2.
Follow-up to 0700e9382d
This commit is contained in:
parent
ca9e0ee40b
commit
4390b50b12
|
@ -459,8 +459,6 @@ License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL
|
|||
end
|
||||
|
||||
def self.custom_icons(theme_ids)
|
||||
return [] if theme_ids.blank?
|
||||
|
||||
# Automatically register icons in sprites added via themes or plugins
|
||||
icons = []
|
||||
custom_svg_sprites(theme_ids).each do |fname|
|
||||
|
|
Loading…
Reference in New Issue