Skip to content

Commit

Permalink
Update helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Fabiani committed May 7, 2018
1 parent 27efde1 commit 44ec688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/geoserver/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ def set_styles(layer, gs_catalog):
for alt_style in alt_styles:
style_set.append(save_style(alt_style))

layer.styles = style_set
layer.styles = style_set

# Update default style to database
to_update = {
Expand Down

0 comments on commit 44ec688

Please sign in to comment.