change to reload from refresh to update site logo
This commit is contained in:
@ -581,7 +581,7 @@
|
|||||||
site.LogoFileId = logofileid;
|
site.LogoFileId = logofileid;
|
||||||
if (logofileid != _logofileid)
|
if (logofileid != _logofileid)
|
||||||
{
|
{
|
||||||
refresh = true;
|
reload = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
int? faviconFieldId = _faviconfilemanager.GetFileId();
|
int? faviconFieldId = _faviconfilemanager.GetFileId();
|
||||||
|
Reference in New Issue
Block a user