Skip to content

Commit

Permalink
SAK-28984 - Cannot update site info url from entity broker
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm committed Jan 14, 2015
1 parent bc8762b commit a401aba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,8 @@ public void updateEntity(EntityReference ref, Object entity, Map<String, Object>
s.setSkin(site.getSkin());
if (site.getTitle() != null)
s.setTitle(site.getTitle());
if (site.getInfoUrl() != null)
s.setInfoUrl(site.getInfoUrl());

// put in properties if admin, otherwise ignore
if (admin) {
Expand Down

0 comments on commit a401aba

Please sign in to comment.