refresh = true when logo is updated
This commit is contained in:
		| @ -579,6 +579,10 @@ | ||||
|                         if (logofileid != -1) | ||||
|                         { | ||||
|                             site.LogoFileId = logofileid; | ||||
|                             if (logofileid != _logofileid) | ||||
|                             { | ||||
|                                  refresh = true; | ||||
|                             } | ||||
|                         } | ||||
|                         int? faviconFieldId = _faviconfilemanager.GetFileId(); | ||||
|                         if (faviconFieldId == -1) faviconFieldId = null; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Cody
					Cody