Fixed site Favicon not saving
The saved function for the favicon was not there
This commit is contained in:
parent
6adda2b1a9
commit
60d685416d
|
@ -420,6 +420,13 @@
|
||||||
site.LogoFileId = logofileid;
|
site.LogoFileId = logofileid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
var faviconFieldId = _faviconfilemanager.GetFileId();
|
||||||
|
if (faviconFieldId != -1)
|
||||||
|
{
|
||||||
|
site.FaviconFileId = faviconFieldId;
|
||||||
|
}
|
||||||
|
|
||||||
site.DefaultThemeType = _themetype;
|
site.DefaultThemeType = _themetype;
|
||||||
site.DefaultLayoutType = (_layouttype == "-" ? string.Empty : _layouttype);
|
site.DefaultLayoutType = (_layouttype == "-" ? string.Empty : _layouttype);
|
||||||
site.DefaultContainerType = _containertype;
|
site.DefaultContainerType = _containertype;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user