refresh = true when logo is updated

This commit is contained in:
Cody 2023-12-22 10:28:14 -08:00 committed by GitHub
parent dd2a698147
commit 4b938db0c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -579,6 +579,10 @@
if (logofileid != -1)
{
site.LogoFileId = logofileid;
if (logofileid != _logofileid)
{
refresh = true;
}
}
int? faviconFieldId = _faviconfilemanager.GetFileId();
if (faviconFieldId == -1) faviconFieldId = null;