Merge pull request #3586 from thabaum/patch-6
Refreshes Admin Settings Page When User Updates Logo. Fixes #3582
This commit is contained in:
commit
884a9835c4
|
@ -579,6 +579,11 @@
|
|||
if (logofileid != -1)
|
||||
{
|
||||
site.LogoFileId = logofileid;
|
||||
if (logofileid != _logofileid)
|
||||
{
|
||||
_logofileid = logofileid;
|
||||
refresh = true; // needs to be refreshed on client
|
||||
}
|
||||
}
|
||||
int? faviconFieldId = _faviconfilemanager.GetFileId();
|
||||
if (faviconFieldId == -1) faviconFieldId = null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user