Refresh Page On Client After Saving Changed Logo
This commit is contained in:
parent
49f7ee6042
commit
006cd1ee89
|
@ -581,7 +581,8 @@
|
|||
site.LogoFileId = logofileid;
|
||||
if (logofileid != _logofileid)
|
||||
{
|
||||
reload = true;
|
||||
_logofileid = logofileid;
|
||||
refresh = true;
|
||||
}
|
||||
}
|
||||
int? faviconFieldId = _faviconfilemanager.GetFileId();
|
||||
|
|
Loading…
Reference in New Issue
Block a user