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