Fixes: U4-6093 ContentService.SaveAndPublishDo changes Culture

This commit is contained in:
Shannon
2015-01-12 21:45:52 +11:00
parent 6fcfd49cf0
commit da778e277f
3 changed files with 5 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ namespace Umbraco.Web
//if there is no current user, then use the admin
if (user == null)
{
LogHelper.Warn(typeof(NotificationServiceExtensions), "There is no current Umbraco user logged in, the notifications will be sent from the administrator");
LogHelper.Debug(typeof(NotificationServiceExtensions), "There is no current Umbraco user logged in, the notifications will be sent from the administrator");
user = applicationContext.Services.UserService.GetUserById(0);
if (user == null)
{