Merge pull request #1124 from PhilipMur/dev
Fixed site Favicon not saving
This commit is contained in:
commit
75a5262259
@ -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…
x
Reference in New Issue
Block a user