Skip to content

Commit

Permalink
MGR-121
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Aug 26, 2021
1 parent 9e98116 commit 7dcb597
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1834,7 +1834,7 @@ public void resetConnection(Integer conId) {
public void reloadTemplate(Integer siteId, Properties platformConfig) {
SiteImpl site = siteRepository.findOne(siteId);
initSiteProperties(site);
refreshTemplate(site.getProperties(), PlatformProperties.get(platformConfig));
refreshTemplate(site, PlatformProperties.get(platformConfig));
}

public SiteApplication getSiteApplication(Integer siteId, Integer appId) {
Expand Down

0 comments on commit 7dcb597

Please sign in to comment.