change to reload from refresh to update site logo

This commit is contained in:
Cody
2023-12-23 09:25:02 -08:00
committed by GitHub
parent 9612e4d4e9
commit 49f7ee6042

View File

@ -581,7 +581,7 @@
site.LogoFileId = logofileid;
if (logofileid != _logofileid)
{
refresh = true;
reload = true;
}
}
int? faviconFieldId = _faviconfilemanager.GetFileId();