fix creating hosting space

This commit is contained in:
vfedosevich 2013-10-08 11:44:21 +03:00
parent 789da9cf6e
commit 43238c0466
2 changed files with 15 additions and 15 deletions

View file

@ -619,7 +619,7 @@ namespace WebsitePanel.EnterpriseServer
BackgroundTask topTask = TaskManager.TopTask;
topTask.ItemId = userId;
topTask.ItemId = result.Result;
topTask.UpdateParamValue("SendLetter", sendLetter);
TaskController.UpdateTaskWithParams(topTask);
@ -724,7 +724,7 @@ namespace WebsitePanel.EnterpriseServer
BackgroundTask topTask = TaskManager.TopTask;
topTask.ItemId = userId;
topTask.ItemId = result.Result;
topTask.UpdateParamValue("Signup", signup);
topTask.UpdateParamValue("UserId", userId);
topTask.UpdateParamValue("SendLetter", sendLetter);